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


IGraphicsContainer3D.LocateElements 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.LocateElements Method
ArcGIS Developer Help

IGraphicsContainer3D.LocateElements Method

Returns the elements that intersect with the given ray.

[Visual Basic .NET]
Public Function LocateElements ( _
    ByVal pPoint As IPoint, _
    ByVal tolerance As Double _
) As IEnumElement
[C#]
public IEnumElement LocateElements (
    IPoint pPoint,
    double tolerance
);
[C++]
HRESULT LocateElements(
  IPoint* pPoint,
  double tolerance
);
[C++]
Parameters
pPoint [in]

pPoint is a parameter of type IPoint* tolerance [in]
tolerance is a parameter of type double

Product Availability

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

See Also

IGraphicsContainer3D Interface