C# Class Canguro.Commands.Model.ExportDXFCmd

Model Command to Export the Model into a Drawing Exchange Format file.
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. Displays the Save File Dialog and exports the current model to the selected Drawing Exchange Format file.

Method Details

Run() public méthode

Executes the command. Displays the Save File Dialog and exports the current model to the selected Drawing Exchange Format file.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Résultat void