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