Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 627 Bytes

File metadata and controls

30 lines (23 loc) · 627 Bytes

RemoveRoofElement

Description

Procedure RemoveRoofElement removes the specified roof element from the referenced roof.

PROCEDURE RemoveRoofElement(
				roofObject : HANDLE;
				id         : INTEGER);
def vs.RemoveRoofElement(roofObject, id):
    return None

Parameters

Name Type Description
roofObject HANDLE Handle to roof.
id INTEGER Index of dormer element.

Remarks

id is the value returned from Create...Dormer() or CreateSkylight() routine.

Version

Availability: from VectorWorks8.0

Category