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


ILegend.AutoReorder Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegend Interface > ILegend.AutoReorder Property
ArcGIS Developer Help

ILegend.AutoReorder Property

Indicates if the legend items should be kept in the same order as the layers.

[Visual Basic .NET]
Public Property AutoReorder As Boolean
[C#]
public bool AutoReorder {get; set;}
[C++]
HRESULT get_AutoReorder(
  Boolean* AutoReorder
);
[C++]
HRESULT put_AutoReorder(
  VARIANT_BOOL AutoReorder
);
[C++]
Parameters
AutoReorder [out, retval]

AutoReorder is a parameter of type bool* AutoReorder [in]
AutoReorder is a parameter of type bool

Product Availability

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

See Also

ILegend Interface