ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties.Type Property

The data type.

[Visual Basic .NET]
Public Property Type As esriGlobeDataType
[C#]
public esriGlobeDataType Type {get; set;}
[C++]
HRESULT get_Type(
  esriGlobeDataType* pType
);
[C++]
HRESULT put_Type(
  esriGlobeDataType pType
);
[C++]

Parameters

pType [out, retval]

  pType is a parameter of type esriGlobeDataType

pType [in]

  pType is a parameter of type esriGlobeDataType

Product Availability

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

See Also

IGlobeLayerProperties Interface

.NET Snippets

Add Drape Layer to Globe Elevation Surface | Draw Globe Layers in Correct Order

.NET Related Topics

GlobeCore | How to drape a layer on an elevation surface in globe | How to get and set the drawing order of layers in globe