C# Class Canguro.Commands.Load.AddLoadCaseCmd

Model Command to add a Load Case to the Model
Inheritance: Canguro.Commands.ModelCommand
Mostrar archivo Open project: rforsbach/Treu-Structure

Public Methods

Method Description
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.

Method Details

Run() public method

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
return void