C# Класс Canguro.Commands.Model.ExportDXFCmd

Model Command to Export the Model into a Drawing Exchange Format file.
Наследование: Canguro.Commands.ModelCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( Canguro services ) : void

Executes the command. Displays the Save File Dialog and exports the current model to the selected Drawing Exchange Format file.

Описание методов

Run() публичный метод

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
Результат void