engiGetAggrUnknownElement

...

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "engiGetAggrUnknownElement")]
public static extern void engiGetAggrUnknownElement(Int32 aggregate, Int32 elementIndex, out int_t valueType, out bool value);

[DllImport(IFCEngineDLL, EntryPoint = "engiGetAggrUnknownElement")]
public static extern void engiGetAggrUnknownElement(Int32 aggregate, Int32 elementIndex, out int_t valueType, out int_t value);

[DllImport(IFCEngineDLL, EntryPoint = "engiGetAggrUnknownElement")]
public static extern void engiGetAggrUnknownElement(Int32 aggregate, Int32 elementIndex, out int_t valueType, out double value);

[DllImport(IFCEngineDLL, EntryPoint = "engiGetAggrUnknownElement")]
public static extern void engiGetAggrUnknownElement(Int32 aggregate, Int32 elementIndex, out int_t valueType, out IntPtr value);    

Property aggregate

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

Property elementIndex

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

Property valueType

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

Property value

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