FUNCTION get_name_value

(* SCHEMA integrated_cnc_schema; *)
FUNCTION get_name_value (
    obj : name_attribute_select 
    ) : label;
  LOCAL
    name_bag : BAG OF name_attribute := USEDIN(obj, 
      'INTEGRATED_CNC_SCHEMA.' + 'NAME_ATTRIBUTE.' + 'NAMED_ITEM');
  END_LOCAL;
    IF SIZEOF(name_bag) = 1 THEN
      RETURN (name_bag[1].attribute_value);
    ELSE
      RETURN (?);
    END_IF;
END_FUNCTION; -- 10303-41: basic_attribute_schema

Referenced By

Defintion get_name_value is references by the following definitions:
DefinitionType
 address ENTITY
 context_dependent_shape_representation ENTITY
 derived_unit ENTITY
 person_and_organization ENTITY
 product_definition ENTITY
 property_definition_representation ENTITY


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:25-02:00