xxxxOpenModelByStream

This call is deprecated, please use call engiOpenModelByStream instead.

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);    

Property repository

Size: 64 bit / 8 byte (value)
...

Property callback

Size: 64 bit / 8 byte (reference)
...

Property schemaName

Size: 64 bit / 8 byte (reference)
...