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