Skip to content

GET_ALL_MODEL_VERSIONS_OF_THREAD ​

GET_ALL_MODEL_VERSIONS_OF_THREAD returns a list of all model versions of specified model thread.

Syntax ​

leo-grammar
CC "Core" GET_ALL_MODEL_VERSIONS_OF_THREAD	modelthreadid:intValue

#-->RESULT ecode:intValue modelversionids:strValue
CC "Core" GET_ALL_MODEL_VERSIONS_OF_THREAD	modelthreadid:intValue

#-->RESULT ecode:intValue modelversionids:strValue

Parameters ​

  • modelthreadid (intValue) - the ID of the model thread

Returns ​

  • ecode (intValue) - Contains the error code or is 0 in case of success.
  • modelversionids (strValue) - contains a list with all model versions.

Details ​

See Also ​

GET_MODEL_THREAD_OF_VERSION

Examples ​

Versions and Changes ​

Available since ADOxx 1.3