ArcObjects Library Reference (EditorExt)  

IAdjustLayers.CurrentLayers Property

The adjustment target layers and subtype for new features.

[Visual Basic .NET]
Public Property CurrentLayers As IEnumLayer
[C#]
public IEnumLayer CurrentLayers {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

This property can be used to retrieve the current layers that will be adjusted.  All features in these layers are adjusted if AdjustSelectedFeatures property is set to false otherwise the selected set of features is used regardless of their layer.

You can set the layers through this property by providing an IEnumlayer.

 

See Also

IAdjustLayers Interface