sdaiGetAggrElementBoundByItr

The function returns the current value of the real precision, the string width, or the binary width for the current member referenced by the specified iterator.

Syntax

//
//   Strong typing definition
//
SdaiInteger     sdaiGetAggrElementBoundByItr(
                        SdaiIterator            iterator
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   sdaiGetAggrElementBoundByItr(
                                                                        int_t                   iterator
                                                                    );
    

Property iterator

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