AlteryxGetVersion
AlteryxGetVersion AlteryxEngine API method returns the currently installed version of Alteryx as a string.
Returns the version as a string in the format major.minor.revision.build. For example, 5.0.52.19109.
Method Declaration
const wchar_t* AlteryxGetVersion();
Example
wchar_t* version = AlteryxGetVersion();