Provides access to members that control the short transaction attribute properties of an edit session.
Product Availability
Available with ArcGIS Desktop.
When To Use
Use IEditAttributeProperties to enable / diable short transactional editing mode. If short transactions are enabled, the editing environment can be modified to determine which editable Feature Classes in the map are editable via short transactions.
Members
Description | ||
---|---|---|
AttributeEditAll | Indicates if the pre-populate attributes dialog is used for all layers or just the selected layers. | |
AttributeEditClasses | The list of applicable feature classes. | |
NonversionedAttributionEnabled | Indicates if the attribute query for newly created features is enabled. |
CoClasses that implement IEditAttributeProperties
CoClasses and Classes | Description |
---|---|
Editor | The Object Editor Extension. |
Remarks
This interface was added to the Editor co-class in support of editing non-versioned data through short transactions.
Editing inside a short transaction indicates, at least at the editor level, that when creating a new feature the shape of the feature and attributes contained within the fields collection must be stored to the base table at the same time within the same transaction.