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


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

IEvaluatorEditor.ValueChoice Property

The index of the selected value choice.

[Visual Basic .NET]
Public WriteOnly Property ValueChoice
[C#]
public void ValueChoice {set;}

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.

The ValueChoiceCount property indicates how many dropdown list choices are available for the ArcCatalog user to choose from when changing the Descriptor text.  If ValueChoiceCount is greater than zero, then the choices will appear to the user in the form of either a dropdown list or combo box.

When the user makes their choice, the ValueChoice property indicates the index of the item they chose.

See Also

IEvaluatorEditor Interface