Revit 2025.3 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: 25.3.0.0 (25.3.0.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