ArcObjects Library Reference (CatalogUI)  

IEvaluatorEditor.ValueChoiceCount Property

The number of value choices.

[Visual Basic .NET]
Public ReadOnly Property ValueChoiceCount As Integer
[C#]
public int ValueChoiceCount {get;}

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.

See Also

IEvaluatorEditor Interface