sdaiTestArrayByItr

The function tests whether the member of the specified array referenced by the specified index position has a value.

Syntax

//
//   Strong typing definition
//
SdaiBoolean     sdaiTestArrayByItr(
                        SdaiIterator            iterator
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   sdaiTestArrayByItr(
                                                                        void                    * iterator
                                                                    );
    

Property iterator

Size: 64 bit / 8 byte (reference)
...