This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMultiLayerFillSymbol Interface > IMultiLayerFillSymbol.MoveLayer Method (ArcObjects .NET 10.5 SDK) |
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
MoveLayer moves the spcefied IFillSymbol to the specified index within the IMultiLayerFillSymbol.