DiscardSavedSelection removes the last saved selection from the stack (saved using SaveSelection).

You can use this method if you don't want restore the saved selection.

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

Syntax

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

Return Value

Returns true on success.

See Also