DVTk API
SaveProject Method (theProjectFileName)
DVTkDvtkApplicationLayerProjectSaveProject(String)
DVTk API

[This is preliminary documentation and is subject to change.]

Save the Project to the specified Project file name. The current project file name will also change to the specified project file name. Sessions will not be saved.
Declaration Syntax
C#Visual BasicVisual C++
public bool SaveProject(
	string theProjectFileName
)
Public Function SaveProject ( _
	theProjectFileName As String _
) As Boolean
public:
bool SaveProject(
	String^ theProjectFileName
)
Parameters
theProjectFileName (String)
The name of the Project file ot save to.
Return Value
Boolean indicating if the saving was successfull.

Assembly: DvtkApplicationLayer (Module: DvtkApplicationLayer) Version: 0.0.0.0