Click or drag to resize

CategoricalVariable Constructor

Initializes a new instance of the CategoricalVariable class having the specified name.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public CategoricalVariable(
	string name
)

Parameters

name
Type: SystemString
The variable name.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
ArgumentOutOfRangeExceptionname is empty, or consists only of white-space characters.
See Also