Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 622 Bytes

File metadata and controls

33 lines (26 loc) · 622 Bytes

FLWByClass

Description

Function FLWByClass returns whether the global attributes are set to use the line weight of the default class.

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

Remarks

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

Examples

VectorScript

useClassLWidth:=FLWByClass;

Python

useClassLWidth = vs.FLWByClass()

Version

Availability: from VectorWorks8.0

Category