Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 635 Bytes

File metadata and controls

40 lines (32 loc) · 635 Bytes

PenColorByClass

Description

Sets the default document pen colors to the pen colors of the active class.

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

Remarks

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

Examples

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

See Also

VS Functions: FillColorByClass

Version

Availability: from VectorWorks8.0

Category