Groups technological objects by their type. The result is a collection of grouping elements with properties:
Type: the key of the groupItems: collection of technology objects
// Arrays for indexed access
{{#TechnologicalObjects.GroupByType}}
{{Type}}_Group : ARRAY [1..{{Count}}] OF REF_TO {{>*Type}};
{{/TechnologicalObjects.GroupByType}}