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


ICustomGlobeLayer.DrawType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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