Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 666 Bytes

File metadata and controls

33 lines (26 loc) · 666 Bytes

FFillColorByClass

Description

Function FFillColorByClass returns whether the global attributes are set to use the fill colors of the default class.

FUNCTION FFillColorByClass : BOOLEAN;
def vs.FFillColorByClass():
    return BOOLEAN

Remarks

Returns whether the global attributes are set to use the fill colors of the default class. [sd 8/19/98]

Examples

VectorScript

useClassFillCol:=FFillColorByClass;

Python

useClassFillCol = vs.FFillColorByClass()

Version

Availability: from VectorWorks8.0

Category