Current Revision posted to Structural Analysis and Design - Wiki by Suro on 2/6/2014 9:41:37 AM
Applies To | |||
Product(s): | STAAD.Pro | ||
Version(s): | All | ||
Environment: | N/A | ||
Area: | STAAD.Pro Technotes | ||
Subarea: | OpenSTAAD | ||
Original Author: | Surojit Ghosh | ||
The following OpenSTAAD function returns the critical steel design ratio for a steel member.
Output.GetMemberSteelDesignRatio nBeamNo, dRatio
Where:
nBeamNo
A Long variable contains the member number.
dRatio
A double variable which stores the critical design ratio.
VB Example
Dim nBeamNo As Long
Dim dRatio As Double
objOpenSTAAD.Output.GetMemberSteelDesignRatio nBeamNo, dRatio