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


IEvaluatorEditor.Descriptor Property (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.Descriptor Property
ArcGIS Developer Help

IEvaluatorEditor.Descriptor Property

The ith descriptor value.

[Visual Basic .NET]
Public Function get_Descriptor ( _
    ByVal index As Integer _
) As String
[C#]
public string get_Descriptor (
    int index
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The Descriptor is the single line of text in the Evaluators dialog that appears under the Value column.  This text provides to the ArcCatalog user an abbreviated "one-liner" description of the current state of this evaluator.

See Also

IEvaluatorEditor Interface