sdaiIsKindOf

This call checks if an instance is a type of a certain given entity.

Syntax

//
//   Strong typing definition
//
int_t           sdaiIsKindOf(
                        SdaiInstance            instance,
                        SdaiEntity              entity
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   sdaiIsKindOf(
                                                                        int_t                   instance,
                                                                        int_t                   entity
                                                                    );
    

Property instance

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

Property entity

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