CategoricalVariableRemove(String) Method
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public bool Remove(
string label
)
Public Function Remove (
label As String
) As Boolean
public:
bool Remove(
String^ label
)
member Remove :
label : string -> bool
- label String
-
The label of the category to be removed.
Booleantrue 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.