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 Int64 engiGetSelectElement(int_t select, int_t index);    

Property select

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

Property index

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