Imports model from a stream.

Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)

Syntax

C#
public virtual void ImportModel(
	Stream s
)

Parameters

s
Type: System.IO..::..Stream

Remarks

This method reads a model from the specified stream. It works in the same way as the function ImportModel(String) that reads the model from a file.

See Also