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