Loads the objects from file. The IEV format is writed to save vectorial objects as lines, ellipses and bitmaps (but not background image).

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

Syntax

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

Parameters

fileName
String
The destination file name.

Return Value

Returns True on successful.

See Also