Notifies listeners that a layer has been reordered the map.
[Visual Basic 6.0] Sub FireLayerReordered(
ByVal Layer As ILayer, _
ByVal toIndex As Long _
)
[Visual Basic .NET] Public Sub FireLayerReordered ( _ ByVal Layer As ILayer, _ ByVal toIndex As Integer _ )
[C#] public void FireLayerReordered ( ILayer Layer, int toIndex );
[Java] public void fireLayerReordered ( ILayer Layer, int toIndex ) throws IOException, AutomationException
[C++] HRESULT FireLayerReordered( ILayer* Layer, long toIndex );
Parameters
Layer [in]
Layer is a parameter of type ILayer
toIndex [in]
toIndex is a parameter of type long