This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties5 Interface > IGlobeLayerProperties5.Type Property (ArcObjects .NET 10.5 SDK) |
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