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


IGlobeDisplayLayers2.GetInternalGlobeIndex Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayLayers2.GetInternalGlobeIndex Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeDisplayLayers2 Interface