Syntax
public const string ifcenginedll = @"ifcengine.dll"; [DllImport(IFCEngineDLL, EntryPoint = "engiGetEntityAttributePosition")] public static extern Int32 engiGetEntityAttributePosition(int_t entity, int_t attribute, bool forSimpleInstance);
Property entity
Size: 32 bit / 4 byte (value)Property attribute
Size: 32 bit / 4 byte (reference)Property forSimpleInstance
Size: 8 bit / 1 byte (value)???.