The function creates an aggregate instance as a member of the specified ordered aggregate instance.
The newly created aggregate is inserted into the aggregate at the position referenced by the specified index.
Syntax
public const string ifcenginedll = @"ifcengine.dll";
[DllImport(IFCEngineDLL, EntryPoint = "sdaiInsertNestedAggrByIndex")]
public static extern Int32 sdaiInsertNestedAggrByIndex(int_t aggregate, int_t index);
Property aggregate
Size: 32 bit / 4 byte (reference)
...
Property index
Size: 32 bit / 4 byte (value)
...