RestoreSelection restores a saved selection from the selections stack.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool RestoreSelection()
Public Function RestoreSelection As Boolean
public:
bool RestoreSelection()

Return Value

RestoreSelection returns false when there aren't selections saved in the stack.

See Also