engiGetAggrElement

This call is deprecated, please use call sdaiGetAggrByIndex(..) instead.

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "engiGetAggrElement")]
public static extern Int64 engiGetAggrElement(int_t aggregate, int_t index, int_t valueType, out bool value);

[DllImport(IFCEngineDLL, EntryPoint = "engiGetAggrElement")]
public static extern Int64 engiGetAggrElement(int_t aggregate, int_t index, int_t valueType, out int_t value);

[DllImport(IFCEngineDLL, EntryPoint = "engiGetAggrElement")]
public static extern Int64 engiGetAggrElement(int_t aggregate, int_t index, int_t valueType, out double value);

[DllImport(IFCEngineDLL, EntryPoint = "engiGetAggrElement")]
public static extern Int64 engiGetAggrElement(int_t aggregate, int_t index, int_t valueType, out IntPtr value);    

Property aggregate

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

Property index

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

Property valueType

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

Property value

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