Enumeration used to specify why an entry is inconsistent with a scheme or another entry.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2022
Since: 2022
Syntax
| C# |
|---|
public enum EntryAndSchemeConsistency |
| Visual Basic |
|---|
Public Enumeration EntryAndSchemeConsistency |
| Visual C++ |
|---|
public enum class EntryAndSchemeConsistency |
Members
| Member 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. |