engiGetAttrRedeclarationByIterator

Iterates actual attribute redeclarations for given entity. sdaiGetAttrDefinition and other functions returns the first definition in the most common supertype. This function allow to explore redeclarations by subtypes.

Syntax

//
//   Strong typing definition
//
const SdaiAttr              engiGetAttrRedeclarationByIterator(
                                    SdaiEntity              entity,
                                    const SdaiAttr          attribute,
                                    const SdaiAttr          prevRedeclaration
                                );


//
//   Weak typing definition
//
const void  __declspec(dllexport) * __stdcall engiGetAttrRedeclarationByIterator(
                                                                                        int_t                   entity,
                                                                                        const void              * attribute,
                                                                                        const void              * prevRedeclaration
                                                                                    );
    

Property entity

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

Property attribute

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

Property prevRedeclaration

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