OpenSTAAD V8i

Geometry.GetLastBeamNo

Returns the member number of the last beam in the model.

VB Syntax

Geometry.GetLastBeamNo ()

Return Value

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

VB Example

 Dim objOpenSTAAD As Object
 Dim LastBeamNo As Long
'Get the application object --
'Get last beam no.
 LastBeamNo = objOpenSTAAD.Geometry.GetLastBeamNo ()