Loads layers, selection and some other parameters like Zoom and Scroll position.

Look also SaveState method.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LoadState(
	string filename
)
Public Sub LoadState ( _
	filename As String _
)
public:
void LoadState(
	String^ filename
)

Parameters

filename
String
Input file name.

See Also