OpenSTAAD V8i

Property.AssignBeamProperty

Assigns property to beam or beams.

VB Syntax

Property.AssignBeamProperty BeamNo, PropertyNo Property.AssignBeamProperty BeamNoArray, PropertyNo 

Where:

BeamNo

Integer variable providing the beam number.

BeamNoArray

Integer variable array providing the beam numbers.

PropertyNo

Integer variable providing the property reference number.

Return Value

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

VB Example

'Get the application object --
'Assign property no 1 to beam no 3
bResult = objOpenSTAAD.Property.AssignBeamProperty 3, 1