sdaiGetAttrBNUnicode

...

Syntax

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

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

[DllImport(IFCEngineDLL, EntryPoint = "sdaiGetAttrBNUnicode")]
public static extern Int32 sdaiGetAttrBNUnicode(Int32 instance, byte[] attributeName, byte[] buffer, Int32 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)
...