| Revit 2022 API |
| FabricationPartSizeMap..::..PaletteId Property |
| FabricationPartSizeMap Class See Also |
The palette identifier of the straight.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2018.2
Syntax
| C# |
|---|
public int PaletteId { get; set; } |
| Visual Basic |
|---|
Public Property PaletteId As Integer Get Set |
| Visual C++ |
|---|
public: property int PaletteId { int get (); void set (int value); } |