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


IMultiLayerFillSymbol.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 > IMultiLayerFillSymbol Interface > IMultiLayerFillSymbol.MoveLayer Method
ArcGIS Developer Help

IMultiLayerFillSymbol.MoveLayer Method

Change symbol layer position index.

[Visual Basic .NET]
Public Sub MoveLayer ( _
    ByVal fillLayer As IFillSymbol, _
    ByVal toIndex As Integer _
)
[C#]
public void MoveLayer (
    IFillSymbol fillLayer,
    int toIndex
);
[C++]
HRESULT MoveLayer(
  IFillSymbol* fillLayer,
  long toIndex
);
[C++]
Parameters
fillLayer [in]

fillLayer is a parameter of type IFillSymbol* 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 IFillSymbol to the specified index within the IMultiLayerFillSymbol.

See Also

IMultiLayerFillSymbol Interface