Method RemoveLabel
RemoveLabel(String, Boolean)
Remove a label by name.
Declaration
public void RemoveLabel(string label, bool postEvent = true)
Parameters
| Type | Name | Description |
|---|---|---|
| String | label | The label name. |
| Boolean | postEvent | Send modification event. |