CADability dotNET
Creates a new project reading the data from the given stream.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static Project ReadFromStream(
	Stream stream
)
Visual Basic
Public Shared Function ReadFromStream ( _
	stream As Stream _
) As Project
Visual C++
public:
static Project^ ReadFromStream(
	Stream^ stream
)

Parameters

stream
Type: System.IO..::..Stream
Stream to read from

Return Value

See Also