Creates Baltie's space BaltieSpace from the file.

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

Syntax

C#
public static BaltieSpace FromFile(
	string fileName
)

Parameters

fileName
Type: System..::.String
Scene file.

Return Value

Returns the newly created Baltie's space BaltieSpace.

Exceptions

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

See Also