C# Class Canguro.Commands.Load.DeleteLoadCaseCmd

Command to delete a LoadCase object
Inheritance: Canguro.Commands.ModelCommand
Mostra file Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Deletes the selected Items. If none is selected, it requests a selection.

Method Details

Run() public method

Executes the command. Deletes the selected Items. If none is selected, it requests a selection.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void