Gets the BuiltInParameterGroup value corresponding to built-in parameter group identified by the given ForgeTypeId. 
   Namespace:   Autodesk.Revit.DB  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0) 
Syntax
| C# | 
|---|
|  | 
| Visual Basic | 
|---|
|  | 
| Visual C++ | 
|---|
|  | 
Parameters
- groupTypeId
-  Type:  Autodesk.Revit.DB ForgeTypeId  
 The parameter group identifier.
Return Value
The BuiltInParameterGroup value corresponding to the given parameter group identifier.Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentException | groupTypeId is not a built-in parameter group identifier. See IsBuiltInParameterGroup(ForgeTypeId) and GetParameterGroupTypeId(BuiltInParameter). | 
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was NULL |