C# Класс Canguro.Commands.Model.DeleteCmd

Command to delete all the selected items.
Наследование: Canguro.Commands.ModelCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( Canguro services ) : void

Executes the command. Deletes all the selected items except joints connected to undeleted elements.

Описание методов

Run() публичный метод

Executes the command. Deletes all the selected items except joints connected to undeleted elements.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void