Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 423 Bytes

File metadata and controls

27 lines (21 loc) · 423 Bytes

SetWidth

Description

Set width of the passed object.

PROCEDURE SetWidth(
				h     : HANDLE;
				value : REAL);
def vs.SetWidth(h, value):
    return None

Parameters

Name Type Description
h HANDLE Handle to object.
value REAL The new width of the object.

Version

Availability: from Vectorworks14.0

Category