GetAllNodes

Top  Previous  Next

 

GetAllNodes (Method)

 

Returns all the existing nodes of the current drawing

 

Syntax:

Function GetAllNodes(x() As Single, y() As Single) As Boolean

 

The GetAllNodes method syntax consists of the following:

Parameter

Data Type

Description

x()

Single

An array for the x coordinates of all the nodes

y()

Single

An array for the y coordinates of all the nodes

 

Return value:

Boolean - True on success, false on error.

 

Remarks:

The Ubound(x()) is not necessarily equal with the Ubound(y())

 

Example