CADability dotNET
Saves the project in a file with the given FileName. If FileName is null, a SaveFileDialog is presented. Uses WriteToStream.

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

Syntax

C#
public virtual bool WriteToFile(
	string FileName
)
Visual Basic
Public Overridable Function WriteToFile ( _
	FileName As String _
) As Boolean
Visual C++
public:
virtual bool WriteToFile(
	String^ FileName
)

Parameters

FileName
Type: System..::..String
The file name

Return Value

true, if successful, false if the user pressed escape in the SaveFileDialog

See Also