Function FPenPatN returns the active pen pattern setting.
FUNCTION FPenPatN : LONGINT;def vs.FPenPatN():
return LONGINT_c_ (2016.02.29): FPenPatN returns the name list index of the active dash style, while the older routine FPenPat will return the dash style index. They are not the same.
{ compare the two different indexes: }
indx := FPenPat; { returns the dash style list index corresponding to the active dash style }
indx := FPenPatN; { returns the name list index corresponding to the active dash style }VS Functions: PenPatN
Availability: from Vectorworks 2013