Function RemoveRoofEdge removes the specified roof edge from the referenced roof object.
FUNCTION RemoveRoofEdge(
roofObject : HANDLE;
index : INTEGER): BOOLEAN;def vs.RemoveRoofEdge(roofObject, index):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| roofObject | HANDLE | Handle to roof. |
| index | INTEGER | Index of roof edge to be removed. |
Availability: from VectorWorks8.0