C# Класс Revit.SDK.Samples.NewHostedSweep.CS.CreationMgr

This is the manager of all hosted sweep creators, it contains all the creators and each creator can create the corresponding hosted sweep. Its "Execute" method will show the main dialog for user to create hosted sweeps.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreationMgr ( Autodesk rvtDoc ) : System

Constructor.

Execute ( ) : void

Show the main form, it is the UI entry.

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

CreationMgr() публичный Метод

Constructor.
public CreationMgr ( Autodesk rvtDoc ) : System
rvtDoc Autodesk Revit active document
Результат System

Execute() публичный Метод

Show the main form, it is the UI entry.
public Execute ( ) : void
Результат void