Canguro.Commands.View.Selection.Reset C# (CSharp) Метод

Reset() публичный Метод

End current selection cycle and puts Selection in a default state, except for the currently assigned CommandServices, which link Selection to the current Model Command under execution (if any). For a hard Reset which sets CommandServices = null use Selection.Start(null).
public Reset ( ) : void
Результат void
        public void Reset()
        {
            endWindowSelection(false, null, Canguro.Controller.WaitingFor.None);
        }