Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Canguro
Commands
Model
DeleteLayer
C# Class Canguro.Commands.Model.DeleteLayer
Model Command to Delete the current active layer and all its objects.
Inheritance:
Canguro.Commands.ModelCommand
Exibir arquivo
Open project: rforsbach/Treu-Structure
Public Methods
Method
Description
Run
(
Canguro
services
) :
void
Executes the command. Deletes all Items in a Layer
Method Details
Run()
public
method
Executes the command. Deletes all Items in a Layer
public
Run
(
Canguro
services
) :
void
services
Canguro
CommandServices object to interact with the system
return
void