FUNCTION get_id_value
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* New for LPM/6 *)
FUNCTION get_id_value
(obj : id_attribute_select) : identifier;
LOCAL
id_bag : BAG OF id_attribute :=
(USEDIN (obj,
'STRUCTURAL_FRAME_SCHEMA.' +
'ID_ATTRIBUTE.' +
'IDENTIFIED_ITEM'));
END_LOCAL;
IF SIZEOF (id_bag) = 1
THEN RETURN (id_bag[1].attribute_value);
ELSE RETURN (?);
END_IF;
END_FUNCTION; (* STEP Part 41 2nd edition *)
Referenced By
Defintion get_id_value is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:39-04:00