This document is archived and information here might be outdated. Recommended version. |
The index of selected layer.
[Visual Basic .NET] Public Property LayerIndex As Integer
[C#] public int LayerIndex {get; set;}
[C++]
HRESULT get_LayerIndex(
long LayerIndex
);
[C++]
HRESULT put_LayerIndex(
System.Int32* LayerIndex
);
[C++]
Parameters LayerIndex [in]
LayerIndex is a parameter of type long LayerIndex [out, retval]
LayerIndex is a parameter of type long*
The index of the currently 'selected' layer that the Command operates with.