Namespace:
Autodesk.Revit.DB
EntryAndSchemeConsistency
Enumeration
Description:
Enumeration used to specify why an entry is inconsistent with a scheme or another entry.
Enumeration used to specify why an entry is inconsistent with a scheme or another entry.
Syntax
public enum EntryAndSchemeConsistency
Unknown Namespace Members:
Name | Description |
---|---|
Consistent | The scheme entry can be applied to the scheme. |
InconsistentStorageType | The type of value stored in the entry is different from the type of the scheme parameter. |
ValueOutOfRange | The value stored in the entry is out of the scheme parameter range. |
ValueDuplicated | There already exists another entry with the same value. |
InvalidFillPatternId | The fill pattern id is not valid. |