sdaiplusGetAggregationType

This call is deprecated, please use call engiGetAttrType(..) instead.

Syntax

//
//   Strong typing definition
//
int_t                       sdaiplusGetAggregationType(
                                    SdaiInstance            instance,
                                    const SdaiAggr          aggregate
                                );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   sdaiplusGetAggregationType(
                                                                                    int_t                   instance,
                                                                                    const int_t             * aggregate
                                                                                );
    

Property instance

Size: 32 bit / 4 byte (value)
...

Property aggregate

Size: 32 bit / 4 byte (reference)
...