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


IAdjustLayers.AdjustSelectedFeatures Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IA > IAdjustLayers Interface > IAdjustLayers.AdjustSelectedFeatures Property
ArcGIS Developer Help

IAdjustLayers.AdjustSelectedFeatures Property

Indicates if the adjustment will be made on the currently selected features.

[Visual Basic .NET]
Public Property AdjustSelectedFeatures As Boolean
[C#]
public bool AdjustSelectedFeatures {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

When true, only selected features will be adjusted. Otherwise all features in the set of current layers will be adjusted.

See Also

IAdjustLayers Interface