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


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

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