Revit 2026 API
Built |
Failures related to parameters and parameter operations.
SystemObject
Autodesk.Revit.DBBuiltInFailuresParameterFailures
Autodesk.Revit.DBBuiltInFailuresParameterFailures
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
The BuiltInFailuresParameterFailures type exposes the following members.
| Name | Description | |
|---|---|---|
| InconsistentSharedParameterDefinitions | The shared parameter '...' cannot be added with name '...' and type '...' because it conflicts with the existing name '...' and type '...'. | |
| UnrecognizedSharedParameterDataType | The shared parameter '...' with name '...' cannot be added because its data type is not recognized. |
See Also