This document is archived and information here might be outdated. Recommended version. |
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