VS:CreateSlabStyle: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:25, 12 August 2013

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

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

Return Value

The new Slab Style.

Version

Availability: from Vectorworks 2011