engiGetAttrInverse

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

Syntax

//
//   Strong typing definition
//
int_t           engiGetAttrInverse(
                        const SdaiAttr          attribute
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   engiGetAttrInverse(
                                                                        const void              * attribute
                                                                    );
    

Property attribute

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