C# Class 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.
Mostra file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
CreationMgr ( Autodesk rvtDoc ) : System

Constructor.

Execute ( ) : void

Show the main form, it is the UI entry.

Method Details

CreationMgr() public method

Constructor.
public CreationMgr ( Autodesk rvtDoc ) : System
rvtDoc Autodesk Revit active document
return System

Execute() public method

Show the main form, it is the UI entry.
public Execute ( ) : void
return void