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


IEditAttributeProperties Interface (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
ArcGIS Developer Help

IEditAttributeProperties Interface

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

Name Description
Read/write property AttributeEditAll Indicates if the pre-populate attributes dialog is used for all layers or just the selected layers.
Read/write property AttributeEditClasses The list of applicable feature classes.
Read/write property NonversionedAttributionEnabled Indicates if the attribute query for newly created features is enabled.

Classes that implement IEditAttributeProperties

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.