C# Class Canguro.Commands.Model.ShowLayerCmd

Model Command to Unhide all the Items in the Active Layer.
Inheritance: ModelCommand
Mostrar archivo Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Sets the IsVisible property to true in all the Items in the Active Layer.

Method Details

Run() public method

Executes the command. Sets the IsVisible property to true in all the Items in the Active Layer.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void