This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > IScene Interface > IScene.Layer Property (ArcObjects .NET 10.4 SDK) |
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