Parameter |
Gets the BuiltInParameter value corresponding to built-in parameter identified by the given ForgeTypeId.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Parameters
- parameterTypeId ForgeTypeId
- The parameter identifier.
Return Value
BuiltInParameterThe BuiltInParameter value corresponding to the given parameter identifier.

Exception | Condition |
---|---|
ArgumentException | parameterTypeId is not a built-in parameter identifier. See IsBuiltInParameter(ForgeTypeId) and GetParameterTypeId(BuiltInParameter). |
ArgumentNullException | A non-optional argument was NULL |
