This document is archived and information here might be outdated.  Recommended version.


IMultiLayerLineSymbol.MoveLayer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMultiLayerLineSymbol Interface > IMultiLayerLineSymbol.MoveLayer Method
ArcGIS Developer Help

IMultiLayerLineSymbol.MoveLayer Method

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.

See Also

IMultiLayerLineSymbol Interface