sdaiCreateModelBNUnicode
Attributes repository and fileName will be ignored, they are their because of backward compatibility.
A handle to the model will be returned, or 0 in case something went wrong.
Syntax
public const string ifcenginedll = @"ifcengine.dll"; [DllImport(IFCEngineDLL, EntryPoint = "sdaiCreateModelBNUnicode")] public static extern Int32 sdaiCreateModelBNUnicode(int_t repository, string fileName, string schemaName); [DllImport(IFCEngineDLL, EntryPoint = "sdaiCreateModelBNUnicode")] public static extern Int32 sdaiCreateModelBNUnicode(int_t repository, string fileName, byte[] schemaName); [DllImport(IFCEngineDLL, EntryPoint = "sdaiCreateModelBNUnicode")] public static extern Int32 sdaiCreateModelBNUnicode(int_t repository, byte[] fileName, string schemaName); [DllImport(IFCEngineDLL, EntryPoint = "sdaiCreateModelBNUnicode")] public static extern Int32 sdaiCreateModelBNUnicode(int_t repository, byte[] fileName, byte[] schemaName);