C# Class Canguro.Commands.Load.AddLoadCaseCmd

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

Méthodes publiques

Méthode 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 méthode

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
Résultat void