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.DistanceToRay Property (ArcObjects .NET 10.5 SDK) |
The 3D distance between the hit point and the picking ray.
[Visual Basic .NET] Public Property DistanceToRay As Double
[C#] public double DistanceToRay {get; set;}
[C++]
HRESULT get_DistanceToRay(
double* pDistanceToRay
);
[C++]
HRESULT put_DistanceToRay(
double pDistanceToRay
);
[C++]
Parameters pDistanceToRay [out, retval] pDistanceToRay is a parameter of type double pDistanceToRay [in] pDistanceToRay is a parameter of type double