This method is deprecated in Revit 2022 and may be removed in a future version of Revit.
Please use the `SetPaletteId` method instead.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 2018.2
Syntax
| C# |
|---|
[ObsoleteAttribute] public void SetGroupId( int groupId ) |
| Visual Basic |
|---|
<ObsoleteAttribute> _ Public Sub SetGroupId ( _ groupId As Integer _ ) |
| Visual C++ |
|---|
[ObsoleteAttribute] public: void SetGroupId( int groupId ) |
Parameters
- groupId
- Type: System..::..Int32