OpenSTAAD V8i
Returns the number of selected beams.
A Long variable containing the number of beams selected.
Dim objOpenSTAAD As Object
Dim SelBeamsNo As Long
'Get the application object --
'Get no. of selected beams
SelBeamsNo = objOpenSTAAD.Geometry.GetNoOfSelectedBeams
Reference Materials