ArcObjects Library Reference (CatalogUI)  

IAttributesEditContext Interface

Provides access to attributes edit context.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Read-only property AttributeTemplates The network attribute templates.
Read-only property Container The network dataset container.
Read-only property DENetwork The network dataset data element.
Read-only property EditEvaluatorContext The edit evaluator context.
Read-only property EditEvaluatorContextCount The number of edit evaluator contexts.
Read-only property ReadOnly Indicates whether the attribute edit context is read only.

CoClasses that implement IAttributesEditContext

CoClasses and Classes Description
AttributesEditContext Provides Attributes Editing Contextual Information.

Remarks

The IAttributesEditContext interface provides access to the current state of the Attributes tab on ArcCatalog's Network Dataset Properties dialog, such as whether the network attribute settings are read-only and the state of each EditEvaluatorContext object.

The AttributesEditContext object is accessed from the EditEvaluators object by calling IEditEvaluators::AttributesEditContext.