Returns the elements inside the given envelope.
[Visual Basic .NET] Public Function LocateElementsByEnvelope ( _ ByVal envelope As IEnvelope _ ) As IEnumElement
[C#] public IEnumElement LocateElementsByEnvelope ( IEnvelope envelope );
[C++]
HRESULT LocateElementsByEnvelope(
IEnvelope* envelope,
IEnumElement** Elements
);
[C++]Parameters
envelope [in]envelope is a parameter of type IEnvelope
Elements [out, retval]Elements is a parameter of type IEnumElement
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.