Skip to content

GET_MODELGROUP_MODELS ​

GET_MODELGROUP_MODELS retrieves the IDs of all modelthreads or modelversions in a specific modelgroup.

Syntax ​

leo-grammar
CC "Core" GET_MODELGROUP_MODELS mgroupid:idValue [ getversionids ]

#--> RESULT ecode:intValue modelids:idlist
CC "Core" GET_MODELGROUP_MODELS mgroupid:idValue [ getversionids ]

#--> RESULT ecode:intValue modelids:idlist

Parameters ​

  • mgroupid (intValue) - specifies the modelgroup to search.
  • getversionids (modifier) - indicates that you want version IDs as result.

Returns ​

  • ecode (intValue) - Contains the error code or is 0 in case of success.
  • modelids (intValue) - contains the IDs as a space-separated string.

Details ​

See Also ​

Examples ​

Versions and Changes ​

Available since ADOxx 1.3