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,
IEnumElement** ppElements
);
[C++]Parameters
pEnvelope [in]pEnvelope is a parameter of type IEnvelope
ppElements [out, retval]ppElements is a parameter of type IEnumElement
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.