This document is archived and information here might be outdated. Recommended version. |
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**