ArcObjects Library Reference (3DAnalyst)  

IScene.Layer Property

The layer corresponding to a given index.

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

Parameters

index [in]   index 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. Requires 3D Analyst Extension.

See Also

IScene Interface