Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 401 Bytes

File metadata and controls

30 lines (23 loc) · 401 Bytes

FPenSize

Description

Function FPenSize returns the active pen size setting (in mils).

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

Examples

==== VectorScript ====

CurrPenSize:=FPenSize;

==== Python ====

CurrPenSize = vs.FPenSize()

Version

Availability: from All Versions

Category

  • Document Attributes