FUNCTION get_id_value

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP203e2
-- DIFF IN AP224
-- DIFF IN AP232
FUNCTION get_id_value
      (obj : id_attribute_select ) : identifier;
   LOCAL
      id_bag : BAG OF id_attribute := USEDIN(obj, 'STEP_MERGED_AP_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;

Referenced By

Defintion get_id_value is references by the following definitions:
DefinitionType
 action ENTITY
 address ENTITY
 application_context ENTITY
 ascribable_state_relationship ENTITY
 dimensional_size ENTITY
 geometric_tolerance ENTITY
 group ENTITY
 organizational_project ENTITY
 product_category ENTITY
 property_definition ENTITY
 representation ENTITY
 shape_aspect ENTITY
 shape_aspect_relationship ENTITY
 topological_representation_item ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:32:03-05:00