Gets the BuiltInParameterGroup value corresponding to built-in parameter group identified by the given ForgeTypeId.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This method is deprecated in Revit 2024 and may be removed in a future version of Revit. Please use members of the `GroupTypeId` class instead.")]
public static BuiltInParameterGroup GetBuiltInParameterGroup(
ForgeTypeId groupTypeId
) |
| Visual Basic |
|---|
<ObsoleteAttribute("This method is deprecated in Revit 2024 and may be removed in a future version of Revit. Please use members of the `GroupTypeId` class instead.")> _
Public Shared Function GetBuiltInParameterGroup ( _
groupTypeId As ForgeTypeId _
) As BuiltInParameterGroup |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This method is deprecated in Revit 2024 and may be removed in a future version of Revit. Please use members of the `GroupTypeId` class instead.")]
public:
static BuiltInParameterGroup GetBuiltInParameterGroup(
ForgeTypeId^ groupTypeId
) |
Return Value
The BuiltInParameterGroup value corresponding to the given parameter group identifier.
Exceptions
See Also