This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegend3 Interface > ILegend3.AutoReorder Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* AutoReorder
);
[C++]
HRESULT put_AutoReorder(
VARIANT_BOOL AutoReorder
);
[C++]
Parameters AutoReorder [out, retval] AutoReorder is a parameter of type VARIANT_BOOL AutoReorder [in] AutoReorder is a parameter of type VARIANT_BOOL