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


IGlobeLayerInfo.Offset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerInfo Interface > IGlobeLayerInfo.Offset Property
ArcGIS Developer Help

IGlobeLayerInfo.Offset Property

The constant elevation offset in meters.

[Visual Basic .NET]
Public ReadOnly Property Offset As Double
[C#]
public double Offset {get;}
[C++]
HRESULT get_Offset(
  System.Double* pOffset
);
[C++]
Parameters
pOffset [out, retval]

pOffset is a parameter of type double*

Product Availability

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

See Also

IGlobeLayerInfo Interface