FabricationService.PaletteCount Property

FabricationServicePaletteCount Property

The number of palettes in the service.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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