OpenSTAAD V8i

Geometry.GetLastNodeNo

Returns the node number of the last node in the model.

VB Syntax

Geometry.GetLastNodeNo ()

Return Value

(Numeric value) The number of the highest node number in the model as a long variable.

VB Example

 Dim objOpenSTAAD As Object
 Dim LastNodeNo As Long
'Get the application object --
'Get last node no.
 LastNodeNo = objOpenSTAAD.Geometry.GetLastNodeNo ()