This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGraphicsContainer3D Interface > IGraphicsContainer3D.LocateElementsByEnvelope Method (ArcObjects .NET 10.4 SDK) |
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