ColorFillScheme.CanUpdateEntry
Method
Description:
Checks whether entry exists in the scheme and not the same as input one.
Checks whether entry exists in the scheme and not the same as input one.
Parameters
Parameter | Type | Description |
---|---|---|
entry | ColorFillSchemeEntry | The entry to be updated. |
Return Value
Type | Description |
---|---|
Boolean | Returns true if entry exist in scheme and not the same as input one, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |