Provides access to the edit evaluators.
Product Availability
Available with ArcGIS Desktop.
Members
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 that implement IEditEvaluators
CoClasses and Classes | Description |
---|---|
EditEvaluators | Helper for editing evaluated attributes. |
Remarks
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.