engiSaveModelByArray
Syntax
public const string ifcenginedll = @"ifcengine.dll"; [DllImport(IFCEngineDLL, EntryPoint = "engiSaveModelByArray")] public static extern void engiSaveModelByArray(int_t model, byte[] content, out int_t size);
public const string ifcenginedll = @"ifcengine.dll"; [DllImport(IFCEngineDLL, EntryPoint = "engiSaveModelByArray")] public static extern void engiSaveModelByArray(int_t model, byte[] content, out int_t size);