DVTk API
SaveSessionAs Method (theCurrentSession)
DVTkDvtkApplicationLayerSessionSaveSessionAs(Session)
DVTk API

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

Save the session under a new file name. A new session object will be created from this new saved file (and returned by this method) and added to the project. The original session wil not be saved.
Declaration Syntax
C#Visual BasicVisual C++
public Session SaveSessionAs(
	Session theCurrentSession
)
Public Function SaveSessionAs ( _
	theCurrentSession As Session _
) As Session
public:
Session^ SaveSessionAs(
	Session^ theCurrentSession
)
Parameters
theCurrentSession (Session)
Return Value
The new created session object, null if save as a new session has been cancelled or failed.

Assembly: DvtkApplicationLayer (Module: DvtkApplicationLayer) Version: 0.0.0.0