Get Application Version
Retrieve the version of the application
This document explains how to retrieve the version of the application using OpenStaad python.
Description
Returns the application version number as text and in individual parts.
Function type
This function retrieves a value from the open staad file
Example
To use this function see the following example:
from openstaad impor Root
# instancieate the root module
root = Root()
# Execute de analize funcion from root module.
staad_version = root.GetApplicationVersion()
print(staad_version)