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