ArcObjects Library Reference (GlobeCore)  

IGlobeGraphicsElementProperties.DrapeZOffset Property

The offset for elevation values when element is draped.

[Visual Basic .NET]
Public Property DrapeZOffset As Double
[C#]
public double DrapeZOffset {get; set;}
[C++]
HRESULT get_DrapeZOffset(
  double* pOffset
);
[C++]
HRESULT put_DrapeZOffset(
  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

IGlobeGraphicsElementProperties Interface