FUNCTION get_aggregate_id_value
(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
FUNCTION get_aggregate_id_value
(obj : id_attribute_select ) : identifier;
LOCAL
aggregate_id_bag : BAG OF aggregate_id_attribute := USEDIN(obj, 'STEP_MERGED_AP_SCHEMA.AGGREGATE_ID_ATTRIBUTE.IDENTIFIED_ITEM');
END_LOCAL;
IF SIZEOF(aggregate_id_bag) = 1 THEN
RETURN (aggregate_id_bag[1].attribute_value);
ELSE
RETURN (?);
END_IF;
END_FUNCTION;
Referenced By
Defintion get_aggregate_id_value is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:33-04:00