C# Class Revit.SDK.Samples.AutoStamp.CS.Application

Inheritance: IExternalApplication
Afficher le fichier Open project: AMEE/revit

Méthodes publiques

Méthode Description
OnShutdown ( UIControlledApplication application ) : Autodesk.Revit.UI.Result

Implements this method to unregister the subscribed events when Revit exits.

OnStartup ( UIControlledApplication application ) : Autodesk.Revit.UI.Result

Implements the OnStartup method to register events when Revit starts.

Method Details

OnShutdown() public méthode

Implements this method to unregister the subscribed events when Revit exits.
public OnShutdown ( UIControlledApplication application ) : Autodesk.Revit.UI.Result
application UIControlledApplication Controlled application to be shutdown.
Résultat Autodesk.Revit.UI.Result

OnStartup() public méthode

Implements the OnStartup method to register events when Revit starts.
public OnStartup ( UIControlledApplication application ) : Autodesk.Revit.UI.Result
application UIControlledApplication Controlled application of to be loaded to Revit process.
Résultat Autodesk.Revit.UI.Result