OpenSTAAD V8i

View.SelectGroup

Select the relevant entities of the specified group.

VB Syntax

View.SelectGroup GroupName

Where:

GroupName

A string variable that holds the group name.

VB Example

Dim objOpenSTAAD As Object
Dim strGroupName as String
'Get the application object
Set objOpenSTAAD = GetObject( , "StaadPro.OpenSTAAD")
'Select Group
objOpenSTAAD.View.SelectGroup (strGroupName)