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


IMapAdmin3.FireLayerReordered Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapAdmin3.FireLayerReordered Method

Notifies listeners that a layer has been reordered the map.

[Visual Basic .NET]
Public Sub FireLayerReordered ( _
    ByVal Layer As ILayer, _
    ByVal toIndex As Integer _
)
[C#]
public void FireLayerReordered (
    ILayer Layer,
    int toIndex
);
[C++]
HRESULT FireLayerReordered(
  ILayer* Layer,
  long toIndex
);
[C++]

Parameters Layer [in]
Layer is a parameter of type ILayer toIndex [in] toIndex is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapAdmin3 Interface