OpenSTAAD V8i
Select the relevant entities of the specified group.
Where:
A string variable that holds the group name.
Dim objOpenSTAAD As Object
Dim strGroupName as String
'Get the application object
Set objOpenSTAAD = GetObject( , "StaadPro.OpenSTAAD")
'Select Group
objOpenSTAAD.View.SelectGroup (strGroupName)