VS:CreateRoofStyle

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Description

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

FUNCTION CreateRoofStyle(
roofStyleName :STRING) : HANDLE;
def vs.CreateRoofStyle(roofStyleName):
    return HANDLE

Parameters

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

Return Value

The new Roof Style.

Version

Availability: from Vectorworks 2016