VS:RemoveRoofEdge

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

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

Parameters

roofObject HANDLE Handle to roof.
index INTEGER Index of roof edge to be removed.

Version

Availability: from VectorWorks8.0