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


IGlobeGraphicsElementProperties.DrapeQuality 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.DrapeQuality Property
ArcGIS Developer Help

IGlobeGraphicsElementProperties.DrapeQuality Property

The option to use maximum resolution elevation when draping.

[Visual Basic .NET]
Public Property DrapeQuality As Boolean
[C#]
public bool DrapeQuality {get; set;}
[C++]
HRESULT get_DrapeQuality(
  VARIANT_BOOL pbUseMaximumResolution
);
[C++]
HRESULT put_DrapeQuality(
  Boolean* pbUseMaximumResolution
);
[C++]
Parameters
pbUseMaximumResolution [in]

pbUseMaximumResolution is a parameter of type bool pbUseMaximumResolution [out, retval]
pbUseMaximumResolution is a parameter of type bool*

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface