Loads a selection from Stream (saved using Saveselection)

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

Syntax

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

Parameters

stream
Stream
The input Stream

Return Value

Returns False if fail.

See Also