This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IE > IEditEvaluators Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the edit evaluators.
Description | ||
---|---|---|
AttributesEditContext | The network dataset context. | |
Count | The total number of evaluators. | |
EditEvaluator | The ith edit evaluator. | |
EvaluatedAttribute | The evaluated network attribute. | |
Initialize | Intitialize the network attribute edit context. | |
IsDefault | Indicates if is default evaluators mode. | |
IsSelected | Indicates if the evaluator is selected. | |
SelectedCount | The number of selected evaluators. | |
SelectedIndex | The index of the selPostion selected evaluator. |
CoClasses and Classes | Description |
---|---|
EditEvaluators | Helper for editing evaluated attributes. |
The IEditEvaluators interface provides access to the current state of ArcCatalog's Evaluators dialog, such as how many evaluators are listed and which evaluators are currently selected
This interface is primarily used by the EvaluatorEditors in order to access the state of the Evaluators dialog. ArcCatalog gives a reference to its EditEvaluators object to each EvaluatorEditor by calling IEvaluatorEditor::EditEvaluators on each EvaluatorEditor.