Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 581 Bytes

File metadata and controls

38 lines (29 loc) · 581 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

  • Classes