Saves the Baltie space to a file.

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public bool SaveScene(
	string fileName
)

Parameters

fileName
Type: System..::.String
Destination file name.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the scene saved successfully.

Exceptions

ExceptionCondition
System..::.ArgumentNullException fileName is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also