ColorFillScheme.UpdateEntry
Method
Description:
Updates the scheme entry with the same parameter value as the input entry.
Updates the scheme entry with the same parameter value as the input entry.
Remarks:
The following entry fields can be updated:
- Color
- FillPattenId
- Caption
- IsVisible
Parameters
Parameter | Type | Description |
---|---|---|
entry | ColorFillSchemeEntry | The entry to be updated. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | The entry does not exist or the same as input one. -or- The entry does not exist or all the updating fields are the same as existing one. |
ArgumentNullException | A non-optional argument was null |