engiAttrIsInverse

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

Syntax

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


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

Property attribute

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