FUNCTION get_description_value
(* SCHEMA integrated_cnc_schema; *)
FUNCTION get_description_value (
obj : description_attribute_select
) : text;
LOCAL
description_bag : BAG OF description_attribute := USEDIN(obj,
'INTEGRATED_CNC_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; -- 10303-41: basic_attribute_schema
Referenced By
Defintion get_description_value is references by the following definitions:
[Top Level Definitions] Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:25-02:00