C# Класс Canguro.Commands.Load.DeleteLoadCaseCmd

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

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

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

Executes the command. Deletes the selected Items. If none is selected, it requests a selection.

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

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

Executes the command. Deletes the selected Items. If none is selected, it requests a selection.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void