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


IEvaluatorEditor.EditProperties Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CatalogUI)  

IEvaluatorEditor.EditProperties Method

Prompts the user to edit the evaluator.

[Visual Basic .NET]
Public Function EditProperties ( _
    ByVal parentWindow As Integer _
) As Boolean
[C#]
public bool EditProperties (
    int parentWindow
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The EditProperties method is called by ArcCatalog when the user clicks the Properties button (or presses F12) in order to open a dialog to specify their settings for the evaluator.

See Also

IEvaluatorEditor Interface