Checks whether a ForgeTypeId identifies a built-in parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2022
Syntax
C# |
---|
public static bool IsBuiltInParameter(
ForgeTypeId parameterTypeId
) |
Visual Basic |
---|
Public Shared Function IsBuiltInParameter ( _
parameterTypeId As ForgeTypeId _
) As Boolean |
Visual C++ |
---|
public:
static bool IsBuiltInParameter(
ForgeTypeId^ parameterTypeId
) |
Return Value
True if the ForgeTypeId identifies a built-in parameter, false otherwise.
Remarks
Exceptions
See Also