OpenSTAAD V8i

Property.GetBeamPropertyAll

Retrives long member properties of the specified beam member.

VB Syntax

Property.GetBeamPropertyAll BeamNo, Width, Depth, Ax, Ay, Az, Ix, Iy, Iz, Tf, Tw

Where:

BeamNo

Long variable holds the beam number.

Width, Depth, Ax, Ay, Az, Ix, Iy, Iz, Tf, Tw

Double variables return all member properties.

VB Example

'Get the application object --
'Get Property
objOpenSTAAD.Property.GetBeamPropertyAll (lBeamNo, dWidth, dDepth, dAx, dAy, dAz, dIx, dIy, dIz, dTf, _
dTw)