FUNCTION get_description_value

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP203e2
-- DIFF IN AP238 STEP-NC
-- DIFF IN AP224
-- DIFF IN AP232
FUNCTION get_description_value
      (obj : description_attribute_select ) : text;
   LOCAL
      description_bag : BAG OF description_attribute := USEDIN(obj, 'STEP_MERGED_AP_SCHEMA.DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM');
   END_LOCAL;
      IF SIZEOF(description_bag) = 1 THEN
         RETURN (description_bag[1].attribute_value);
      ELSE
         RETURN (?);
      END_IF;
END_FUNCTION;

Referenced By

Defintion get_description_value is references by the following definitions:
DefinitionType
 action_request_solution ENTITY
 application_context ENTITY
 approval_role ENTITY
 configuration_design ENTITY
 context_dependent_shape_representation ENTITY
 date_role ENTITY
 date_time_role ENTITY
 effectivity ENTITY
 external_source ENTITY
 organization_role ENTITY
 person_and_organization ENTITY
 person_and_organization_role ENTITY
 property_definition_representation ENTITY
 representation ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:20-04:00