This document is archived and information here might be outdated. Recommended version. |
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.