| Revit 2022 API |
| FabricationPartSizeMap..::..GroupId Property |
| FabricationPartSizeMap Class See Also |
This property is deprecated in Revit 2022 and may be removed in a future version of Revit.
Please use the `PaletteId` method instead.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2018.2
Syntax
| C# |
|---|
[ObsoleteAttribute] public int GroupId { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute> _ Public Property GroupId As Integer Get Set |
| Visual C++ |
|---|
[ObsoleteAttribute] public: property int GroupId { int get (); void set (int value); } |