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


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

IEditEvaluatorContext Interface

Provides access to the edit evaluator context.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property DirectionType The edge direction type.
Read-only property ElementType The evaluator element type.
Read-only property IsDefault Indicates whether it is the default evaluator context.
Read-only property Source The evaluator network source.
Read-only property Table The evaluator network source table.

Classes that implement IEditEvaluatorContext

Classes Description
EditEvaluatorContext The edit evaluator context.

Remarks

The IEditEvaluatorsContext interface provides access to the current state of a single line-item entry on ArcCatalog's Evaluators dialog, such as for which NetworkSource does this evaluator apply.

The EditEvaluatorsContext object is used by the EvaluatorEditors to access the state of an item on the Evaluators dialog.  This object is accessed from the AttributeEditContext object by calling IAttributeEditContext::EditEvaluatorContext.