This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMultiLayerLineSymbol Interface > IMultiLayerLineSymbol.MoveLayer Method (ArcObjects .NET 10.4 SDK) |
Move line symbol layer to different layer position.
[Visual Basic .NET] Public Sub MoveLayer ( _ ByVal lineLayer As ILineSymbol, _ ByVal toIndex As Integer _ )
[C#] public void MoveLayer ( ILineSymbol lineLayer, int toIndex );
[C++]
HRESULT MoveLayer(
ILineSymbol* lineLayer,
long toIndex
);
[C++]
Parameters lineLayer [in]
lineLayer is a parameter of type ILineSymbol toIndex [in] toIndex is a parameter of type long
MoveLayer moves the spcefied ILineSymbol to the specified index within the IMultiLayerLineSymbol.