OpenSTAAD V8i

Output.GetMemberSteelDesignRatio

Returns the critical design ratio for a steel design for a specified member number.

VB Syntax

Output.GetMemberSteelDesignRatio nBeamNo, pdRatio

Where:

nBeamNo

Long variable contains the member number.

pdRatio

Double variable which returns the critical ratio from a steel design.

VB Example

'Get the application object --
'Get Member Steel Design ratio
Dim mem As Long
Dim pdRatio As Double
objOpenSTAAD.Output.GetMemberSteelDesignRatio mem, pdRatio