ColorFillScheme.AreEntriesConsistentWithScheme
Method
Description:
Checks whether the entries can be set to the scheme or not.
Checks whether the entries can be set to the scheme or not.
Syntax
public EntryAndSchemeConsistency AreEntriesConsistentWithScheme(
IList<ColorFillSchemeEntry> entries
)
Parameters
Parameter | Type | Description |
---|---|---|
entries | IList | The entries to check. |
Return Value
Type | Description |
---|---|
EntryAndSchemeConsistency | The state of the entries and scheme consistency. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |