Revision 3 posted to RAM | STAAD Wiki by Suro on 1/25/2018 10:53:25 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 finds whether a STAAD.Pro model is already analyzed or not.
Output.AreResultsAvailable()
Return Value
Value will return True if the model is already analyzed and False if the model is not analyzed.
VB Example
Dim status As String
status = objOpenSTAAD.Output.AreResultsAvailable()