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


IEditAttributeProperties.AttributeEditAll Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditAttributeProperties Interface > IEditAttributeProperties.AttributeEditAll Property
ArcGIS Developer Help

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