xxxxOpenModelByStream
Syntax
public const string ifcenginedll = @"ifcengine.dll"; [DllImport(IFCEngineDLL, EntryPoint = "xxxxOpenModelByStream")] public static extern Int64 xxxxOpenModelByStream(int_t repository, [MarshalAs(UnmanagedType.FunctionPtr)] WriteCallBackFunction callback, string schemaName); [DllImport(IFCEngineDLL, EntryPoint = "xxxxOpenModelByStream")] public static extern Int64 xxxxOpenModelByStream(int_t repository, [MarshalAs(UnmanagedType.FunctionPtr)] WriteCallBackFunction callback, byte[] schemaName);