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


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

IEvaluatorEditor.ValueChoiceDescriptor Property

The value choice description.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

The Descriptor text 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.

If the ValueChoiceCount property is greater than zero, the ValueChoiceDescriptor property indicates the text of each of the dropdown list choices that are available for the ArcCatalog user to choose from when changing the Descriptor text.

See Also

IEvaluatorEditor Interface