OpenSTAAD V8i

Load.AddMemberAreaLoad

Adds AREA LOAD to beam or beams.

VB Syntax

Load.AddMemberAreaLoad BeamNo, AreaLoad Load.AddMemberAreaLoad BeamNoArray, AreaLoad 

Where:

BeamNo

Integer variable providing the beam number.

BeamNoArray

Integer variable array providing the beam numbers.

AreaLoad

Double variable providing the magnitude of the load value.

Return Value

(Boolean) True (1) if the function is successful, false (0) otherwise.

VB Example

'Get the application object --
'Add area load to member 2
objOpenSTAAD.Load.AddMemberAreaLoad 2, 2.0