Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 511 Bytes

File metadata and controls

31 lines (24 loc) · 511 Bytes

SetRoofStyle

Description

Sets the Roof Style of a roof.

PROCEDURE SetRoofStyle(
				roof      : HANDLE;
				roofStyle : LONGINT);
def vs.SetRoofStyle(roof, roofStyle):
    return None

Parameters

Name Type Description
roof HANDLE The roof.
roofStyle LONGINT The Roof Style.

See Also

VS Functions: GetRoofStyle

Version

Availability: from Vectorworks 2016

Category