engiGetExpressAttrType

...

Syntax

//
//   Strong typing definition
//
enum_express_data_type      engiGetExpressAttrType(
                                    const SdaiAttr          attribute
                                );


//
//   Weak typing definition
//
unsigned char   __declspec(dllexport) __stdcall    engiGetExpressAttrType(
                                                                                            const void              * attribute
                                                                                        );
    

Property attribute

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