Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 607 Bytes

File metadata and controls

31 lines (24 loc) · 607 Bytes

SetColorName

Description

Sets the color name of the specified color index.

FUNCTION SetColorName(
				ColorIndex : INTEGER;
				ColorName  : STRING): BOOLEAN;
def vs.SetColorName(ColorIndex, ColorName):
    return BOOLEAN

Parameters

Name Type Description
ColorIndex INTEGER The index of the color to be named.
ColorName STRING The new name of the color specified by the index.

See Also

VS Functions: GetColorName

Version

Availability: from Vectorworks 2011

Category