The palette identifier of the straight.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.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); } |