engiGetSelectElement

This call returns a declaration handle of the select element with the given index (zero based) It returns 0 if the index out of range

Syntax

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

[DllImport(IFCEngineDLL, EntryPoint = "engiGetSelectElement")]
public static extern Int32 engiGetSelectElement(int_t select, int_t index);    

Property select

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

Property index

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