GET_ALL_MODES_OF_MODELTYPE ​
GET_ALL_MODES_OF_MODELTYPE returns the modi which are defined for a certain model type.
Syntax ​
leo-grammar
CC "Core" GET_ALL_MODES_OF_MODELTYPE modeltype:strValue [ sep:strValue ]
[ no-modeling ] [ no-documentation ] .
#--> RESULT modenames:strValue ecode:intValue .
Parameters ​
modeltype
(strValue) - the name of the modeltypesep
(strValue) - the separator to be placed between mode names; default is " "no-modeling
(modifier) -no-documentation
(modifier) -
Returns ​
ecode
(intValue) - Contains the error code or is 0 in case of success.modenames
(strValue) - a list of mode names separated by the given separator
Details ​
See Also: ​
Versions and Changes ​
Available since ADOxx 1.3