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


IGlobeDocument.Layer Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGlobeDocument.Layer Property

The Layer object at the specified index.

[Visual Basic .NET]
Public Function get_Layer ( _
    ByVal lLayerIndex As Integer _
) As ILayer
[C#]
public ILayer get_Layer (
    int lLayerIndex
);
[C++]
HRESULT get_Layer(
  long lLayerIndex,
  ILayer** ppLayer
);
[C++]

Parameters lLayerIndex [in] lLayerIndex is a parameter of type long ppLayer [out, retval]
ppLayer is a parameter of type ILayer

Product Availability

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

See Also

IGlobeDocument Interface