C# Class Canguro.Commands.Model.HideLayerCmd

Model Command to hide all elements from the Active 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 IsSelected property of all the Items in the Active Layer to false.

Method Details

Run() public méthode

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