Checks whether a ForgeTypeId identifies a built-in parameter group.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.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
) |
Return Value
True if the ForgeTypeId identifies a built-in parameter group, false otherwise.
Remarks
Exceptions
See Also