FabricationService.PaletteCount Property

FabricationServicePaletteCount Property

The number of palettes in the service.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int PaletteCount { get; }
Public ReadOnly Property PaletteCount As Integer
	Get
public:
property int PaletteCount {
	int get ();
}
member PaletteCount : int with get

Property Value

Int32
See Also