ArcObjects Library Reference (CatalogUI)  

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