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(
  VARIANT_BOOL pbUseMaximumResolution
);
[C++]

Parameters

pbUseMaximumResolution [out, retval]   pbUseMaximumResolution is a parameter of type VARIANT_BOOL pbUseMaximumResolution [in]   pbUseMaximumResolution is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface