This document is archived and information here might be outdated. Recommended version. |
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*