Share

ColorFillScheme.AreEntriesConsistentWithScheme Method

Checks whether the entries can be set to the scheme or not.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public EntryAndSchemeConsistency AreEntriesConsistentWithScheme(
	IList<ColorFillSchemeEntry> entries
)

Parameters

entries  IList<ColorFillSchemeEntry>
The entries to check.

Return Value

EntryAndSchemeConsistency
The state of the entries and scheme consistency.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?