Checks whether the entries can be set to the scheme or not.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2022
Syntax
| C# |
|---|
public EntryAndSchemeConsistency AreEntriesConsistentWithScheme( IList<ColorFillSchemeEntry> entries ) |
| Visual Basic |
|---|
Public Function AreEntriesConsistentWithScheme ( _ entries As IList(Of ColorFillSchemeEntry) _ ) As EntryAndSchemeConsistency |
| Visual C++ |
|---|
public: EntryAndSchemeConsistency AreEntriesConsistentWithScheme( IList<ColorFillSchemeEntry^>^ entries ) |
Parameters
- entries
- Type: System.Collections.Generic..::..IList<(Of <(<'ColorFillSchemeEntry>)>)>
The entries to check.
Return Value
The state of the entries and scheme consistency.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |