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.
const wchar_t* AlteryxGetVersion();
wchar_t* version = AlteryxGetVersion();