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


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

IEvaluatorEditor.EditEvaluators Property

The available set of edit evaluators.

[Visual Basic .NET]
Public WriteOnly Property EditEvaluators
[C#]
public void EditEvaluators {set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The EditEvaluators property is used by ArcCatalog to set on each registered EvaluatorEditor a reference to its EditEvaluators object.  This allows each EvaluatorEditor to access the current state of ArcCatalog's Evaluators dialog, such as how many evaluators are listed and which evaluators are currently selected.

See Also

IEvaluatorEditor Interface