VS:FPenPat

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Use FPenPatN instead.

Function FPenPat returns the active pen pattern setting.

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

Example

VectorScript

CurrPenStyle:=FPenPat;

Python

CurrPenStyle = vs.FPenPat()

Version

Availability: from All Versions, deprecated from Vectorworks 2013

See Also

FPenPatN, PenPatN from Vectorworks 2013

[[VS:FPenPatN|FPenPatN]], [[VS:PenPatN|PenPatN]] from Vectorworks 2013