C# Class Revit.SDK.Samples.NewRoof.RoofForms.CS.RoofItem

The RoofItem is used to display a roof info in the ListView as a ListViewItem.
Inheritance: System.Windows.Forms.ListViewItem
Show file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
RoofItem ( Autodesk roof ) : System

The construct of the RoofItem class.

Update ( ) : bool

When the roof was edited, then the data of the RoofItem should be updated synchronously.

Method Details

RoofItem() public method

The construct of the RoofItem class.
public RoofItem ( Autodesk roof ) : System
roof Autodesk
return System

Update() public method

When the roof was edited, then the data of the RoofItem should be updated synchronously.
public Update ( ) : bool
return bool