ArcObjects Library Reference (CatalogUI)  

IEvaluatorEditor.EditDescriptors Method

Change the descriptor for all selected evaluators.

[Visual Basic .NET]
Public Sub EditDescriptors ( _
    ByVal value As String _
)
[C#]
public void EditDescriptors (
    string value
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The EditDescriptors method is called when the descriptor text is edited by the ArcCatalog user.  The implementation of this method should update this EvaluatorEditor's interal descriptor text for all evaluators that are currently selected.

See Also

IEvaluatorEditor Interface