Skip to content

GET_ALL_CLASSES_OF_MODE ​

GET_ALL_CLASSES_OF_MODE returns the classes which are visible in a certain mode.

Syntax ​

leo-grammar
CC "Core" GET_ALL_CLASSES_OF_MODE 	modeltype:strValue [ variant:strValue ]
									modename:strValue .

#--> RESULT classids:strValue ecode:intValue .
CC "Core" GET_ALL_CLASSES_OF_MODE 	modeltype:strValue [ variant:strValue ]
									modename:strValue .

#--> RESULT classids:strValue ecode:intValue .

Parameters ​

  • modeltype (strValue) - the name of the model type
  • variant (strValue) - the name of the variant
  • modename (strValue) - the name of the mode

Returns ​

  • ecode (intValue) - Contains the error code or is 0 in case of success
  • classids (strValue) - list of IDs of classes

Details ​

See Also ​

Versions and Changes ​

Available since ADOxx 1.3