This document is archived and information here might be outdated. Recommended version. |
Gets the index of the internal globe that the layer belongs to.
[Visual Basic .NET] Public Function GetInternalGlobeIndex ( _ ByVal pLayer As ILayer _ ) As Integer
[C#] public int GetInternalGlobeIndex ( ILayer pLayer );
[C++]
HRESULT GetInternalGlobeIndex(
ILayer* pLayer
);
[C++] Parameters pLayer [in]
pLayer is a parameter of type ILayer*