OpenSTAAD V8i

Property.AssignMemberSpecToBeam

Assigns specifications to beam or beams.

VB Syntax

Property.AssignMemberSpecToBeam BeamNo, SpecNo Property.AssignMemberSpecToBeam BeamNoArray, SpecNo 

Where:

BeamNo

Integer variable providing the beam number.

BeamNoArray

Integer variable array providing the beam numbers.

SpecNo

Integer variable providing the member specification reference number.

Return Value

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

VB Example

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