Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 566 Bytes

File metadata and controls

36 lines (29 loc) · 566 Bytes

MarkerByClass

Description

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

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

Remarks

Sets the global attributes to use the arrow style of the default class. [sd 8/19/98]

Examples

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

Version

Availability: from VectorWorks8.0

Category