Provides access to an evaluator editor.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
ContextSupportsEditDescriptors | Indicates if the editor supports textbox editing of the descriptor value for the current attribute edit context. | |
ContextSupportsEditProperties | Indicates if the editor supports a dialog for the current attribute edit context. | |
Descriptor | The ith descriptor value. | |
EditDescriptors | Change the descriptor for all selected evaluators. | |
EditEvaluators | The available set of edit evaluators. | |
EditProperties | Prompts the user to edit the evaluator. | |
EvaluatorCLSID | The evaluator CLSID associated with this editor. | |
FullDescription | The ith full description value. | |
SetDefaultProperties | The default properties for the edit evaluator based on the current context. | |
ValueChoice | The index of the selected value choice. | |
ValueChoiceCount | The number of value choices. | |
ValueChoiceDescriptor | The value choice description. |
CoClasses that implement IEvaluatorEditor
CoClasses and Classes | Description |
---|---|
NetworkConstantEvaluatorEditor | The constant evaluator editor. |
NetworkEdgeTrafficEvaluatorEditor | The edge traffic evaluator editor. |
NetworkFieldEvaluatorEditor | The field evaluator editor. |
NetworkFunctionEvaluatorEditor | The function evaluator editor. |
NetworkGlobalTurnDelayEvaluatorEditor | The global turn delay evaluator editor. |
NetworkScriptEvaluatorEditor | The script evaluator editor. |
Remarks
The IEvaluatorEditor interface provides the properties and methods so that an evaluator can be edited using the Evaluators dialog in ArcCatalog. When writing a custom evaluator, one should implement the IEvaluatorEditor interface so that ArcCatalog users can use the Evaluators dialog to set their network attributes to access the custom evaluator.