OpenSTAAD V8i

Load.CreateNewPrimaryLoad

Creates new PRIMARY load case.

VB Syntax

Load.CreateNewPrimaryLoad NewPrimaryLoadTitle

Where:

NewPrimaryLoadTitle

String variable providing the title of the load case.

Return Value

Long integer containing the load number created.

VB Example

'Get the application object --
'Create new load
objOpenSTAAD.Load.CreateNewPrimaryLoad "My Load"