Gets the BuiltInParameter value corresponding to built-in parameter identified by the given ForgeTypeId.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- parameterTypeId
- Type: Autodesk.Revit.DBForgeTypeId
The parameter identifier.
Return Value
The BuiltInParameter value corresponding to the given parameter identifier.Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentException | parameterTypeId is not a built-in parameter identifier. See IsBuiltInParameter(ForgeTypeId) and GetParameterTypeId(BuiltInParameter). |
Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was NULL |