C# Class Revit.SDK.Samples.DeckProperties.CS.DeckPropertyForm

Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
DeckPropertyForm ( ) : System
WriteLine ( String message ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

DeckPropertyForm() public méthode

public DeckPropertyForm ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

WriteLine() public méthode

public WriteLine ( String message ) : void
message String
Résultat void