engiGetInstanceAttrTypeBN

Combines sdaiGetAttrDefinition and engiGetInstanceAttrType

Syntax

//
//   Strong typing definition
//
int_t           engiGetInstanceAttrTypeBN(
                        SdaiInstance            instance,
                        const char              * attributeName
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   engiGetInstanceAttrTypeBN(
                                                                        int_t                   instance,
                                                                        const char              * attributeName
                                                                    );
    

Property instance

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

Property attributeName

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