OpenSTAAD V8i
Returns the critical design ratio for a steel design for a specified member number.
Where:
Long variable contains the member number.
Double variable which returns the critical ratio from a steel design.
'Get the application object --
'Get Member Steel Design ratio
Dim mem As Long
Dim pdRatio As Double
objOpenSTAAD.Output.GetMemberSteelDesignRatio mem, pdRatio