sdaiPrepend

...

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "sdaiPrepend")]
public static extern void sdaiPrepend(Int64 aggregate, Int64 valueType, ref int_t value);

[DllImport(IFCEngineDLL, EntryPoint = "sdaiPrepend")]
public static extern void sdaiPrepend(Int64 aggregate, Int64 valueType, int_t value);

[DllImport(IFCEngineDLL, EntryPoint = "sdaiPrepend")]
public static extern void sdaiPrepend(Int64 aggregate, Int64 valueType, ref double value);

[DllImport(IFCEngineDLL, EntryPoint = "sdaiPrepend")]
public static extern void sdaiPrepend(Int64 aggregate, Int64 valueType, ref IntPtr value);

[DllImport(IFCEngineDLL, EntryPoint = "sdaiPrepend")]
public static extern void sdaiPrepend(Int64 aggregate, Int64 valueType, byte[] value);    

Property aggregate

Size: 64 bit / 8 byte (reference)
...

Property valueType

Size: 64 bit / 8 byte (value)
...

Property value

Size: 64 bit / 8 byte (reference)
...