aggregate

Aggregated single detail

An aggregate is zero or one detail, typically a referenced entity.

Syntax:

aggregate Name Block AggregateAttributes ( PropertySet | ; )

aggregate Actor         Actor(ActorId);

Name of array/aggregate

Use a descriptive, but rather short name.

Syntax:

<Identifier>

Restrictions:

Name of referenced block

The search domain block that is aggregated.

Syntax:

<Identifier>

Restrictions:

List of connecting attributes

To connect two data blocks with each other, the connecting attributes must be specified.

Syntax:

[ ( AggregateAttribute ( , AggregateAttribute )* ) ]


This page is generated from IFS Developer Studio - for latest update, see help pages in the tool itself.