ArcObjects Library Reference  (3DAnalyst)    

IGraphicsContainer3D.LocateElements Method

Returns the elements that intersect with the given ray.

[Visual Basic 6.0]
Function LocateElements(
    ByVal pPoint As IPoint, _
    ByVal tolerance As Double _
) As IEnumElement
[Visual Basic .NET]
Public Function LocateElements ( _
    ByVal pPoint As IPoint, _
    ByVal tolerance As Double _
) As IEnumElement
[C#]
public IEnumElement LocateElements (
    IPoint pPoint,
    double tolerance
);
[Java]
public IEnumElement locateElements (
    IPoint pPoint,
    double tolerance
)
throws
    IOException,
    AutomationException
[C++]
HRESULT LocateElements(
  IPoint* pPoint,
  double tolerance,
  IEnumElement** ppElements
);
[C++]

Parameters

pPoint [in]

  pPoint is a parameter of type IPoint

tolerance [in]

  tolerance is a parameter of type double

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.

See Also

IGraphicsContainer3D Interface

 


Feedback Send feedback on this page