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 > IGlobeDisplayLayers2 Interface > IGlobeDisplayLayers2.GetInternalGlobeIndex Method (ArcObjects .NET 10.5 SDK) |
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,
Long* internalGlobe
);
[C++]
Parameters pLayer [in]
pLayer is a parameter of type ILayer internalGlobe [out, retval] internalGlobe is a parameter of type Long