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


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

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