FUNCTION get_description_value
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* New for LPM/6 *)
FUNCTION get_description_value
(obj : description_attribute_select) : text;
LOCAL
description_bag : BAG OF description_attribute :=
(USEDIN (obj,
'STRUCTURAL_FRAME_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; (* STEP Part 41 2nd edition *)
Referenced By
Defintion get_description_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