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


IHit3D.Point Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IH > IHit3D Interface > IHit3D.Point Property
ArcGIS Developer Help

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 [in]

ppPoint is a parameter of type IPoint* ppPoint [out, retval]
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