public void Add(
double categoryCode
)
Public Sub Add (
categoryCode As Double
)
public:
void Add(
double categoryCode
)
member Add :
categoryCode : float -> unit
InvalidOperationException |
The CategoricalVariable is read-only. -or- A category with the same code or label already exists in the CategoricalVariable. |