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


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

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