Skip to content

GET_ALL_INTERREFS_OF_ATTR ​

GET_ALL_INTERREFS_OF_ATTR returns all references of a specified INTERREF attribute value.

Syntax ​

leo-grammar
CC "Core" GET_ALL_INTERREFS_OF_ATTR objid:idValueattrid:idValue.


#-->RESULT ecode:intValue reftext:references
CC "Core" GET_ALL_INTERREFS_OF_ATTR objid:idValueattrid:idValue.


#-->RESULT ecode:intValue reftext:references

references is a string value containing a LEO text with the following syntax:

leo-grammar
{ REF TargetInfo } .
{ REF TargetInfo } .
leo-grammar
TargetInfo :	type:TargetType TargetModelInfo [ TargetObjectInfo ] .
TargetInfo :	type:TargetType TargetModelInfo [ TargetObjectInfo ] .
leo-grammar
TargetType :	object | model .
TargetType :	object | model .
leo-grammar
TargetModelInfo :	tmodeltype:strValue tmodelname:strValue
	tmodelver:strValue tmodel:idValue .
TargetModelInfo :	tmodeltype:strValue tmodelname:strValue
	tmodelver:strValue tmodel:idValue .
leo-grammar
TargetObjectInfo :	tclassname:strValue tobjname:strValue
	tclassid:idValuetobjid:idValue.
TargetObjectInfo :	tclassname:strValue tobjname:strValue
	tclassid:idValuetobjid:idValue.

Parameters ​

  • objid (idValue) -
  • attrid (idValue) -

Returns ​

  • ecode (intValue) - Contains the error code or is 0 in case of success.
  • reftext (strValue) - references

Details ​

See Also ​

Examples ​

Versions and Changes ​

Available since ADOxx 1.3