Click or drag to resize

CategoricalVariableRemove Method (String)

Removes the category having the specified label from the CategoricalVariable.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public bool Remove(
	string label
)

Parameters

label
Type: SystemString
The label of the category to be removed.

Return Value

Type: Boolean
true if the element is successfully found and removed; otherwise, false. This method returns false if there is no category in the current object having label equal to label.
Exceptions
ExceptionCondition
ArgumentNullExceptionlabel is null.
InvalidOperationException The CategoricalVariable is read-only.
See Also