RVTDocs.com

FabricationService.GetPaletteName

Method
Description:
Gets the name of a palette based on palette index.
Syntax
public string GetPaletteName(
	int palette
)
Parameters
Parameter Type Description
palette Int32 The index of the palette.
Return Value
Type Description
String The name of the palette.
Exceptions
Exception Condition
ArgumentOutOfRangeException The index palette is not larger or equal to 0 and less than PaletteCount.