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.