CADability dotNET
Writes the project data to the given stream. Resets the IsModified flag

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

Syntax

C#
public void WriteToStream(
	Stream stream
)
Visual Basic
Public Sub WriteToStream ( _
	stream As Stream _
)
Visual C++
public:
void WriteToStream(
	Stream^ stream
)

Parameters

stream
Type: System.IO..::..Stream
Stream where to write the data

See Also