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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
MoveLayer moves the spcefied ILineSymbol to the specified index within the IMultiLayerLineSymbol.