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


IEvaluatorEditor.SetDefaultProperties Method (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.SetDefaultProperties Method
ArcGIS Developer Help

IEvaluatorEditor.SetDefaultProperties Method

The default properties for the edit evaluator based on the current context.

[Visual Basic .NET]
Public Sub SetDefaultProperties ( _
    ByVal index As Integer _
)
[C#]
public void SetDefaultProperties (
    int index
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The SetDefaultProperties method is called when the ArcCatalog user selects this evaluator under the Type column of the Evaluators dialog.  The implementation of this method initializes any dialogs that this EvaluatorEditor uses.

See Also

IEvaluatorEditor Interface