|
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:
Return value: Boolean - True on success, false on error.
Remarks: The Ubound(x()) is not necessarily equal with the Ubound(y())
|