engiGetAttrDomainBN

This call can be used to get the domain of an attribute

Syntax

//
//   Strong typing definition
//
void            engiGetAttrDomainBN(
                        SdaiEntity              entity,
                        const char              * attributeName,
                        char                    ** domainName
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   engiGetAttrDomainBN(
                                                                        int_t                   entity,
                                                                        const char              * attributeName,
                                                                        char                    ** domainName
                                                                    );
    

Property entity

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

Property attributeName

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

Property domainName

Size: 32 bit / 4 byte (reference)
The attribute that will be filled with the domain name.