Revision 1 posted to Structural Analysis and Design - Wiki by Suro on 2/6/2014 9:34:45 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()