This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IH > IHit3D Interface > IHit3D.Point Property (ArcObjects .NET 10.5 SDK) |
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