FUNCTION get_resource_property
(* SCHEMA integrated_cnc_schema; *)
FUNCTION get_resource_property (
crd : characterized_resource_definition;
prop_name : STRING
): SET OF resource_property;
RETURN (bag_to_set (QUERY (rp <*
USEDIN (crd, 'INTEGRATED_CNC_SCHEMA.RESOURCE_PROPERTY.RESOURCE') |
(rp.name = prop_name))));
END_FUNCTION; -- 10303-238: integrated_cnc_schema
Referenced By
Defintion get_resource_property is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:20-04:00