GetPaletteName Method


Fabrication Service Get Palette Name Method

Gets the name of a palette based on palette index.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string GetPaletteName(
	int palette
)

Parameters

palette Int32
The index of the palette.

Return Value

String
The name of the palette.
Exceptions
Exception Condition
ArgumentOutOfRangeException The index palette is not larger or equal to 0 and less than PaletteCount.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →