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


IGlobeHeightProperties.Offset Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeHeightProperties.Offset Property

The constant elevation offset in meters.

[Visual Basic .NET]
Public Property Offset As Double
[C#]
public double Offset {get; set;}
[C++]
HRESULT get_Offset(
  double* pOffset
);
[C++]
HRESULT put_Offset(
  double pOffset
);
[C++]

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

Product Availability

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

See Also

IGlobeHeightProperties Interface