Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 428 Bytes

File metadata and controls

27 lines (21 loc) · 428 Bytes

SetHeight

Description

Set height of the passed object.

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

Parameters

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

Version

Availability: from Vectorworks14.0

Category