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


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

IGlobeGraphicsElementProperties.DrapeElement Property

The option to place the element as a vector on the Globe surface.

[Visual Basic .NET]
Public Property DrapeElement As Boolean
[C#]
public bool DrapeElement {get; set;}
[C++]
HRESULT get_DrapeElement(
  VARIANT_BOOL pbDrape
);
[C++]
HRESULT put_DrapeElement(
  Boolean* pbDrape
);
[C++]
Parameters
pbDrape [in]

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

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface

.NET Samples

Creating a toolbar of globe tools Creating a toolbar of globe tools Creating a toolbar of globe tools