OpenSTAAD V8i
Returns the node number of the last node in the model.
(Numeric value) The number of the highest node number in the model as a long variable.
Dim objOpenSTAAD As Object
Dim LastNodeNo As Long
'Get the application object --
'Get last node no.
LastNodeNo = objOpenSTAAD.Geometry.GetLastNodeNo ()