public void Add(
double code,
string label
)
Public Sub Add (
code As Double,
label As String
)
public:
void Add(
double code,
String^ label
)
member Add :
code : float *
label : string -> unit
ArgumentNullException | label is null. |
ArgumentOutOfRangeException | label is empty, or consists only of white-space characters. |
InvalidOperationException |
The CategoricalVariable is read-only. -or- A category with the same code or label already exists in the CategoricalVariable. |