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


IGlobeGraphicsElementProperties.DrapeQuality Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

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