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