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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool LoadAll(
	Stream stream
)
Public Function LoadAll ( _
	stream As Stream _
) As Boolean
public:
bool LoadAll(
	Stream^ stream
)

Parameters

stream
Stream
Input stream.

Return Value

Returns true on success.

See Also