engiGetAttrDomainName

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

Syntax

public const string ifcenginedll = @"ifcengine.dll";

[DllImport(IFCEngineDLL, EntryPoint = "engiGetAttrDomainName")]
public static extern IntPtr engiGetAttrDomainName(int_t attribute, out IntPtr domainName);    

Property attribute

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

Property domainName

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