The function returns the current value of the real precision, the string width, or the binary width
of the aggregate element at the specified index position in the specified ordered aggregate instance.
Syntax
//
// Strong typing definition
//
SdaiInteger sdaiGetAggrElementBoundByIndex(
SdaiAggr aggregate,
SdaiAggrIndex index
);
//
// Weak typing definition
//
int_t __declspec(dllexport) __stdcall sdaiGetAggrElementBoundByIndex(
int_t * aggregate,
int_t index
);
Property aggregate
Size: 64 bit / 8 byte (reference)
...
Property index
Size: 64 bit / 8 byte (value)
...