VS:GetNumWallPeaks: Difference between revisions

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

Latest revision as of 14:32, 12 August 2013

.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