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


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

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