C++ Attributes: aggregatable

Specifies ODL 'aggregatable' attribute

Syntax

[
    define_attribute = "aggregatable",
    argument_list = "type",
    check_argument ("type") = {
        "never",
        "allowed",
        "always"
    },
    default_value ("type") = "allowed",
    help_string = "Specifies ODL 'aggregatable' attribute",
    usage = eCoClassUsage,
    group = eIDLGroup,
    shipping = "true"
];