Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 518 Bytes

File metadata and controls

31 lines (24 loc) · 518 Bytes

SetSlabHeight

Description

Sets the height of a slab.

PROCEDURE SetSlabHeight(
				slab   : HANDLE;
				height : REAL);
def vs.SetSlabHeight(slab, height):
    return None

Parameters

Name Type Description
slab HANDLE The slab.
height REAL The height of the slab.

See Also

VS Functions: GetSlabHeight

Version

Availability: from Vectorworks 2011

Category