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


IHit3D.DistanceToObserver 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.DistanceToObserver Property
ArcGIS Developer Help

IHit3D.DistanceToObserver Property

The 3D distance from the observer to the hit point.

[Visual Basic .NET]
Public Property DistanceToObserver As Double
[C#]
public double DistanceToObserver {get; set;}
[C++]
HRESULT get_DistanceToObserver(
  double pDistanceToObs
);
[C++]
HRESULT put_DistanceToObserver(
  System.Double* pDistanceToObs
);
[C++]
Parameters
pDistanceToObs [in]

pDistanceToObs is a parameter of type double pDistanceToObs [out, retval]
pDistanceToObs is a parameter of type double*

Product Availability

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

See Also

IHit3D Interface