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


IGlobeLayerInfo.DataType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerInfo Interface > IGlobeLayerInfo.DataType Property
ArcGIS Developer Help

IGlobeLayerInfo.DataType Property

The globe data type.

[Visual Basic .NET]
Public ReadOnly Property DataType As esriGlobeDataType
[C#]
public esriGlobeDataType DataType {get;}
[C++]
HRESULT get_DataType(
  esriGlobeDataType* pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriGlobeDataType*

Product Availability

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

See Also

IGlobeLayerInfo Interface