guides:programming:programmers_reference_manual:getengineversion

GETENGINEVERSION Method

Method for returning the version number of the currently running engine.

 
versionInfo = ""
call getEngineVersion(versionInfo)

The GETENGINEVERSION method has the following parameters.

ParameterDescription
VersionInfoVariable into which the version number will be place

No value is returned; instead, the version number is stored in the passed parameter.

versionInfo = ""
call getEngineVersion(versionInfo)
  • guides/programming/programmers_reference_manual/getengineversion.txt
  • Last modified: 2024/10/14 18:18
  • by 127.0.0.1