Overview Schemas Index

PRINTED_PHYSICAL_LAYOUT_TEMPLATE_XIM (jsdai.SPrinted_physical_layout_template_xim)


FUNCTION pplt_get_gm
          (input : printed_tiebar_template) : SET [0:?] OF shape_representation;

LOCAL
            gm : SET OF shape_representation := [];  --this gives us access TO the information base
    END_LOCAL;
          RETURN(gm);

END_FUNCTION; -- pplt_get_gm

public class FPplt_get_gm
          public static Value run(SdaiContext _context, Value input)