sdaiGetAttrBNUnicode

...

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "sdaiGetAttrBNUnicode")]
public static extern Int32 sdaiGetAttrBNUnicode(int_t instance, string attributeName, byte[] buffer, int_t bufferLength);

[DllImport(IFCEngineDLL, EntryPoint = "sdaiGetAttrBNUnicode")]
public static extern Int32 sdaiGetAttrBNUnicode(int_t instance, byte[] attributeName, byte[] buffer, int_t bufferLength);    

Property instance

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

Property attributeName

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

Property buffer

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

Property bufferLength

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