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


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

IEditEvaluators Interface

Provides access to the edit evaluators.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property AttributesEditContext The network dataset context.
Read-only property Count The total number of evaluators.
Read-only property EditEvaluator The ith edit evaluator.
Read-only property EvaluatedAttribute The evaluated network attribute.
Method Initialize Intitialize the network attribute edit context.
Read-only property IsDefault Indicates if is default evaluators mode.
Read-only property IsSelected Indicates if the evaluator is selected.
Read-only property SelectedCount The number of selected evaluators.
Read-only property SelectedIndex The index of the selPostion selected evaluator.

Classes that implement IEditEvaluators

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.

.NET Samples

Subset network evaluators Subset network evaluators