Procedure RemoveRoofElement removes the specified roof element from the referenced roof.
PROCEDURE RemoveRoofElement(
roofObject : HANDLE;
id : INTEGER);def vs.RemoveRoofElement(roofObject, id):
return None| Name | Type | Description |
|---|---|---|
| roofObject | HANDLE | Handle to roof. |
| id | INTEGER | Index of dormer element. |
id is the value returned from Create...Dormer() or CreateSkylight() routine.
Availability: from VectorWorks8.0