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


IGlobeViewer.ReferenceElevation Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeViewer.ReferenceElevation Property

The elevation used as reference for navigation, in internal units.

[Visual Basic .NET]
Public Property ReferenceElevation As Double
[C#]
public double ReferenceElevation {get; set;}
[C++]
HRESULT get_ReferenceElevation(
  double pRefDistance
);
[C++]
HRESULT put_ReferenceElevation(
  System.Double* pRefDistance
);
[C++]

Parameters pRefDistance [in]
pRefDistance is a parameter of type double pRefDistance [out, retval]
pRefDistance is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeViewer Interface