ColorFillScheme.IsValidSchemeName
Method
Description:
Checks whether the name is valid for new generated scheme.
Checks whether the name is valid for new generated scheme.
Remarks:
The name should not be empty, or all spaces, or include prohibited characters or duplicated with existing schemes.
The name should not be empty, or all spaces, or include prohibited characters or duplicated with existing schemes.
Parameters
| Parameter | Type | Description |
|---|---|---|
| name | String |
Return Value
| Type | Description |
|---|---|
| Boolean | Returns true if the name is valid for new generated scheme, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |