C# Class Canguro.Commands.Load.UniformLineLoadCmd

Inheritance: Canguro.Commands.ModelCommand
Show file Open project: rforsbach/Treu-Structure

Private Properties

Property Type Description

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