Checks whether a ForgeTypeId identifies a built-in parameter group.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2022
Syntax
| C# |
|---|
public static bool IsBuiltInGroup( ForgeTypeId groupTypeId ) |
| Visual Basic |
|---|
Public Shared Function IsBuiltInGroup ( _ groupTypeId As ForgeTypeId _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsBuiltInGroup( ForgeTypeId^ groupTypeId ) |
Parameters
- groupTypeId
- Type: Autodesk.Revit.DB..::..ForgeTypeId
The identifier to check.
Return Value
True if the ForgeTypeId identifies a built-in parameter group, false otherwise.
Remarks
A ForgeTypeId identifies a built-in parameter group if it corresponds to a valid BuiltInParameterGroup value.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |