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

Model Command to add a Load Case to the Model
Наследование: Canguro.Commands.ModelCommand
Показать файл Открыть проект

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

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

Executes the command. Gets the Load Case properties from the User, adds it to the Model and sets it as Active.

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

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

Executes the command. Gets the Load Case properties from the User, adds it to the Model and sets it as Active.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void