Imports model from a stream.

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

Syntax

C#
public virtual void ImportModel(
	Stream s
)
Visual Basic
Public Overridable Sub ImportModel ( _
	s As Stream _
)

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