Are Results Available


  
 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 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()