C# Class Canguro.Commands.Model.MoveToLayerCmd

Model Command to Move all selected items to the current Layer.
Inheritance: ModelCommand
Afficher le fichier Open project: rforsbach/Treu-Structure

Méthodes publiques

Méthode Description
Run ( Canguro services ) : void

Executes the command. Sets the Layer property of all the selected Items to point to the Active Layer

Method Details

Run() public méthode

Executes the command. Sets the Layer property of all the selected Items to point to the Active Layer
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Résultat void