Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 808 Bytes

File metadata and controls

32 lines (24 loc) · 808 Bytes

FPenPatN

Description

Function FPenPatN returns the active pen pattern setting.

FUNCTION FPenPatN : LONGINT;
def vs.FPenPatN():
    return LONGINT

Remarks

_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 }

See Also

VS Functions: PenPatN

Version

Availability: from Vectorworks 2013

Category