CategoricalVariableAdd(Double) Method

Adds a category having the specified code and a default label to the CategoricalVariable.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public void Add(
	double categoryCode
)

Parameters

categoryCode  Double
The category code.

Remarks

The category label defaults to the result of the conversion of the category code to a string, its description to the empty string.

Exceptions

InvalidOperationException The CategoricalVariable is read-only.
-or-
A category with the same code or label already exists in the CategoricalVariable.

See Also