C# Class Revit.SDK.Samples.SlabProperties.CS.SlabPropertiesForm

Show some properties of a slab in Revit Structure 5, including Level, Type name, Span direction, Material name, Thickness, and Young Modulus for each layer of the slab's material.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
SlabPropertiesForm ( Command dataBuffer ) : System

overload the constructor

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.

SlabPropertiesForm ( ) : System
SlabPropertiesForm_Load ( object sender, System e ) : void

Display the properties on the form when the form load

closeButton_Click ( object sender, System e ) : void

Close the Form

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SlabPropertiesForm() public méthode

overload the constructor
public SlabPropertiesForm ( Command dataBuffer ) : System
dataBuffer Command To store the data of a slab
Résultat System