Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 605 Bytes

File metadata and controls

24 lines (18 loc) · 605 Bytes

CreateSlabStyle

Description

Creates a new Slab Style of the given name. If the name is already in use, the next available name will be used.

FUNCTION CreateSlabStyle(slabStyleName : STRING): HANDLE;
def vs.CreateSlabStyle(slabStyleName):
    return HANDLE

Parameters

Name Type Description
slabStyleName STRING The name of the new Slab Style. If the name is already in use, the next available name will be used.

Version

Availability: from Vectorworks 2011

Category