C# Class Canguro.Commands.Load.DeleteLoadCaseCmd

Command to delete a LoadCase object
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. Deletes the selected Items. If none is selected, it requests a selection.

Method Details

Run() public méthode

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