Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 625 Bytes

File metadata and controls

34 lines (26 loc) · 625 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

  • Document Attributes