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.
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
CreationMgr ( Autodesk rvtDoc ) : System

Constructor.

Execute ( ) : void

Show the main form, it is the UI entry.

Method Details

CreationMgr() public méthode

Constructor.
public CreationMgr ( Autodesk rvtDoc ) : System
rvtDoc Autodesk Revit active document
Résultat System

Execute() public méthode

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