Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 775 Bytes

File metadata and controls

33 lines (24 loc) · 775 Bytes

FPenPatN

Description

Function FPenPatN returns the active pen pattern setting.

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

Remarks

[[User:CBM-c-|c]] (2016.02.29): [[VS:FPenPatN]] returns the name list index of the active dash style, while the older routine [[VS: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

  • Document Attributes