Function FLSByClass returns whether the global attributes are set to use the line style of the default class.
FUNCTION FLSByClass : BOOLEAN;def vs.FLSByClass():
return BOOLEANReturns whether the global attributes are set to use the line style of the default class. [sd 8/19/98]
==== VectorScript ====
useClassLStyle:=FLSByClass;==== Python ====
useClassLStyle = vs.FLSByClass()Availability: from VectorWorks8.0
- Document Attributes