Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 510 Bytes

File metadata and controls

34 lines (27 loc) · 510 Bytes

LSByClass

Description

Sets the default document line style to the line style of the active class.

PROCEDURE LSByClass;
def vs.LSByClass():
    return None

Remarks

Sets the global attributes to use the line style of the default class.

Examples

LSByClass;
vs.PenColorByClass()
vs.MarkerByClass()
vs.FPatByClass()
vs.LSByClass()
vs.LWByClass()

Version

Availability: from VectorWorks8.0

Category