sdaiOpenModelBN
Attribute repository 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 enginedll = @"engine.dll"; [DllImport(enginedll, EntryPoint = "sdaiOpenModelBN")] public static extern Int64 sdaiOpenModelBN(int_t repository, string fileName, string schemaName); [DllImport(enginedll, EntryPoint = "sdaiOpenModelBN")] public static extern Int64 sdaiOpenModelBN(int_t repository, string fileName, byte[] schemaName); [DllImport(enginedll, EntryPoint = "sdaiOpenModelBN")] public static extern Int64 sdaiOpenModelBN(int_t repository, byte[] fileName, string schemaName); [DllImport(enginedll, EntryPoint = "sdaiOpenModelBN")] public static extern Int64 sdaiOpenModelBN(int_t repository, byte[] fileName, byte[] schemaName);