ArcObjects Library Reference (3DAnalyst)  

IHit3D.Point Property

The location of the hit.

[Visual Basic .NET]
Public Property Point As IPoint
[C#]
public IPoint Point {get; set;}
[C++]
HRESULT get_Point(
  IPoint** ppPoint
);
[C++]
HRESULT putref_Point(
  IPoint* ppPoint
);
[C++]

Parameters

ppPoint [out, retval]

  ppPoint is a parameter of type IPoint

ppPoint [in]

  ppPoint is a parameter of type IPoint

Product Availability

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

See Also

IHit3D Interface