This method loads all layers and vectorial objects from one single file.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool LoadAll(
	string fileName
)
Public Function LoadAll ( _
	fileName As String _
) As Boolean
public:
bool LoadAll(
	String^ fileName
)

Parameters

fileName
String
Input file path and name.

Return Value

Returns true on success.

See Also