Provides access to the edit evaluator context.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
DirectionType | The edge direction type. | |
ElementType | The evaluator element type. | |
IsDefault | Indicates whether it is the default evaluator context. | |
Source | The evaluator network source. | |
Table | The evaluator network source table. |
CoClasses that implement IEditEvaluatorContext
CoClasses and 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.