Gets the ForgeTypeId identifying the built-in parameter group corresponding to BuiltInParameterGroup value. 
   Namespace:   Autodesk.Revit.DB  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0) 
Syntax
| C# | 
|---|
|  | 
| Visual Basic | 
|---|
|  | 
| Visual C++ | 
|---|
|  | 
Parameters
- builtInParamGroup
-  Type:  Autodesk.Revit.DB BuiltInParameterGroup  
 The BuiltInParameterGroup value.
Return Value
Identifier of the parameter group corresponding to the given BuiltInParameterGroup value.Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |