Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 605 Bytes

File metadata and controls

24 lines (18 loc) · 605 Bytes

CreateRoofStyle

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

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

Version

Availability: from Vectorworks 2016

Category