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


IGlobeGraphicsElementProperties.DrapeZOffset Property (ArcObjects .NET 10.6 SDK)
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(
  System.Double* pOffset
);
[C++]

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

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface