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


IMapDescription3.HonorLayerReordering Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapDescription3 Interface > IMapDescription3.HonorLayerReordering Property
ArcGIS Developer Help

IMapDescription3.HonorLayerReordering Property

Indicates if this object's custom layer order is honored.

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

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

Product Availability

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

Remarks

When it is False, the order of LayerDescription objects in IMapDescription::LayerDescriptions array as well as any dynamically added LayerDesription object are ignored.

If you sent this value to True, then MapServer:

Note: setting this value has no effect unless the IMapServerInfo::SupportsDynamicLayers is True by the author of that mapservice.

Warning: moving group layer may have unexpected result.

See Also

IMapDescription3 Interface