Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 608 Bytes

File metadata and controls

37 lines (29 loc) · 608 Bytes

GetClLW

Description

Returns the line weight of the specified class.

FUNCTION GetClLW(className : STRING): INTEGER;
def vs.GetClLW(className):
    return INTEGER

Parameters

Name Type Description
className STRING Name of class.

Remarks

Returns the line weight of the class named className.

Examples

VectorScript

pbLineWt:= GetClLW('Property Bounds');

Python

pbLineWt = vs.GetClLW('Property Bounds')

Version

Availability: from VectorWorks8.0

Category