This document is archived and information here might be outdated.  Recommended version.


IGraphicsContainer3D.LocateElementsByEnvelope Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGraphicsContainer3D Interface > IGraphicsContainer3D.LocateElementsByEnvelope Method
ArcGIS Developer Help

IGraphicsContainer3D.LocateElementsByEnvelope Method

Returns the elements that intersect with the given envelope.

[Visual Basic .NET]
Public Function LocateElementsByEnvelope ( _
    ByVal pEnvelope As IEnvelope _
) As IEnumElement
[C#]
public IEnumElement LocateElementsByEnvelope (
    IEnvelope pEnvelope
);
[C++]
HRESULT LocateElementsByEnvelope(
  IEnvelope* pEnvelope
);
[C++]
Parameters
pEnvelope [in]

pEnvelope is a parameter of type IEnvelope*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IGraphicsContainer3D Interface