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
Show file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
SlabPropertiesForm ( Command dataBuffer ) : System

overload the constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

SlabPropertiesForm() public method

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