ArcObjects Library Reference (CatalogUI)  

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