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