ArcObjects Library Reference (EditorExt)  

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