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


ICustomGlobeLayer.DrawType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IC > ICustomGlobeLayer Interface > ICustomGlobeLayer.DrawType Property
ArcGIS Developer Help

ICustomGlobeLayer.DrawType Property

The custom draw method.

[Visual Basic .NET]
Public ReadOnly Property DrawType As esriGlobeCustomDrawType
[C#]
public esriGlobeCustomDrawType DrawType {get;}
[C++]
HRESULT get_DrawType(
  esriGlobeCustomDrawType* pDrawType
);
[C++]
Parameters
pDrawType [out, retval]

pDrawType is a parameter of type esriGlobeCustomDrawType*

Product Availability

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

See Also

ICustomGlobeLayer Interface