Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 688 Bytes

File metadata and controls

35 lines (26 loc) · 688 Bytes

SetPaletteVisibility

Description

Sets the visibility state of a palette.

PROCEDURE SetPaletteVisibility(
				paletteName : STRING;
				vis         : BOOLEAN);
def vs.SetPaletteVisibility(paletteName, vis):
    return None

Parameters

Name Type Description
paletteName STRING Name of the palette
vis BOOLEAN True if the palette should be visible, false otherwise

Remarks

ptr 23-12-2019 - seems to work only on tool palets. Object Info, Attributes, ... don't react to the command.

See Also

VS Functions: GetPaletteVisibility

Version

Availability: from VectorWorks10.0

Category

  • Utility