C# Class Canguro.Commands.Load.AddTemperatureLineLoadCmd

Model Command to add a Temperature Load to selected Line Elements (Not Implemented)
Inheritance: Canguro.Commands.ModelCommand
Exibir arquivo Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Creates, gets parameters and add a Distributed line load to the selected line elements.

Method Details

Run() public method

Executes the command. Creates, gets parameters and add a Distributed line load to the selected line elements.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void