Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 589 Bytes

File metadata and controls

33 lines (26 loc) · 589 Bytes

FPenPat

Description

Use FPenPatN instead. Function FPenPat returns the active pen pattern setting.

FUNCTION FPenPat : INTEGER;
def vs.FPenPat():
    return INTEGER

Examples

VectorScript

CurrPenStyle:=FPenPat;

Python

CurrPenStyle = vs.FPenPat()

See Also

FPenPatN, PenPatN from Vectorworks 2013

Version

Availability: from All Versions, deprecated from Vectorworks 2013

Category