VS:GetNumWallPeaks: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
(No difference)

Revision as of 22:16, 27 April 2008

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

Description

Returns the number of peaks in the referenced wall.

FUNCTION GetNumWallPeaks(
h :HANDLE) : INTEGER;
def vs.GetNumWallPeaks(h):
    return INTEGER

Parameters

h HANDLE Handle to wall.

Return Value

Returns the number of wall peaks.

Remarks

return number of peaks in wall

Version

Availability: from VectorWorks9.0