OpenSTAAD V8i

Property.AssignBetaAngle

Assigns Beta Angle to beam or beams.

VB Syntax

Property.AssignBetaAngle BeamNo, BetaAngle Property.AssignBetaAngle BeamNoArray, BetaAngle 

Where:

BeamNo

Integer variable providing the beam number.

BeamNoArray

Integer variable array providing the beam numbers.

BetaAngle

Double variable providing the beta angle in degrees.

Return Value

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

VB Example

'Get the application object --
'Assign beta angle 90.0 to beam no 3
bResult = objOpenSTAAD.Property.AssignBetaAngle 3, 90.0