Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - User Interface Preferences > app.version
  
app.version
These properties return software release information about the Arbortext IsoDraw application that is running the macro.
MESSAGE MESSAGE app.version.name + " Version "
+ app.version.main + "." + app.version.sub
+ " M0" + app.version.xtra
#returns:
app.version example message
app.version.name
Returns the full Arbortext IsoDraw application name, the (version.revision) number, and the language. This property is read-only.
* 
The app.version.name property does not return the full application name for Arbortext IsoDraw releases prior to 7.0 F000.
MESSAGE app.version.name
app.version.main
Returns the version number of the currently running Arbortext IsoDraw application as integer. This property is read-only.
app.version.sub
Returns the revision number of the currently running Arbortext IsoDraw application as integer. This property is read-only.
app.version.build
Returns build number of the currently running Arbortext IsoDraw application as integer. This property is read-only.
app.version.xtra
Returns the release datecode of the currently running Arbortext IsoDraw application as integer. The datecode is of the form Fxxx (for initial releases) or Mxxx (for maintenance releases), where xxx is a 3-digit number. This property is read-only.