Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 442 Bytes

File metadata and controls

29 lines (23 loc) · 442 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