Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 573 Bytes

File metadata and controls

32 lines (24 loc) · 573 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

  • Object Names