Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


FUNCTION get_multi_language
          (x : multi_language_attribute_assignment) : label;

 LOCAL alas : BAG OF attribute_language_assignment := USEDIN ( x , 'automotive_design.' + 'attribute_language_assignment.items' ) ; END_LOCAL ; IF SIZEOF ( alas ) > 0 THEN RETURN  ( alas [ 1 ] . language ) ; END_IF ; RETURN ( ? ) ; 

END_FUNCTION; -- get_multi_language

public class FGet_multi_language
          public static Value run(SdaiContext _context, Value x)