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


IAttributesEditContext Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IA > IAttributesEditContext Interface
ArcGIS Developer Help

IAttributesEditContext Interface

Provides access to attributes edit context.

Product Availability

Available with ArcGIS Desktop.

Members

Name 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.

Classes that implement IAttributesEditContext

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.