ColorFillScheme.CanRemoveEntry
Method
Description:
Checks whether entry can be removed from the scheme.
Checks whether entry can be removed from the scheme.
Remarks:
An entry cannot be removed if it is in use or does not exist in the scheme.
An entry cannot be removed if it is in use or does not exist in the scheme.
Parameters
| Parameter | Type | Description |
|---|---|---|
| entry | ColorFillSchemeEntry | The entry to remove. |
Return Value
| Type | Description |
|---|---|
| Boolean | Returns true if entry can be removed from the scheme, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |