Load Method

Stot

Stot

Inverter..::..Load Method

Loads the specified Inverter, Deserializes using the identifier.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


public static Inverter Load(
	string loadID
)
Public Shared Function Load ( _
	loadID As String _
) As Inverter
public:
static Inverter^ Load(
	String^ loadID
)

Parameters

loadID
Type: String
The identifier.

Return Value

The Object deserialized

Exceptions


ExceptionCondition
[Exception]An error occured trying to load Inverter from " + loadID + ". The path is either corrupted or doesn't exist