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