Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 582 Bytes

File metadata and controls

31 lines (24 loc) · 582 Bytes

SetSlabStyle

Description

Sets the Slab Style of a slab.

PROCEDURE SetSlabStyle(
				slab      : HANDLE;
				slabStyle : LONGINT);
def vs.SetSlabStyle(slab, slabStyle):
    return None

Parameters

Name Type Description
slab HANDLE The slab.
slabStyle LONGINT The ref number of the Slab Style to apply to the slab. 0 for unstyled.

See Also

VS Functions: GetSlabStyle

Version

Availability: from Vectorworks 2011

Category