This method saves all layers and vectorial objects in one single file.

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

Syntax

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

Parameters

fileName
String
Output file patha dn name.

See Also