ArcObjects Library Reference (Editor)  

IEditAttributeProperties.AttributeEditAll Property

Indicates if the pre-populate attributes dialog is used for all layers or just the selected layers.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

This property reports if the Editor is currently enabled for short transactional editing on all the editable Feature Classes within the TOC.

Use this property to determine if short transactions are enabled for all the editable layers.

See Also

IEditAttributeProperties Interface

.NET Related Topics

Managing edit sessions and edit operations