Resolves a resource name as stream. Relative paths are resolved relative to this OPL model. The caller takes ownership of the result.

Return Value

A stream for the named object.

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

Syntax

C#
public istream ResolveStream(
	string name
)

Parameters

name
Type: System..::..String
The name of the resource that you want to resolve as a stream.

See Also