C# Класс Revit.SDK.Samples.NewRoof.RoofForms.CS.RoofItem

The RoofItem is used to display a roof info in the ListView as a ListViewItem.
Наследование: System.Windows.Forms.ListViewItem
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

RoofItem() публичный Метод

The construct of the RoofItem class.
public RoofItem ( Autodesk roof ) : System
roof Autodesk
Результат System

Update() публичный Метод

When the roof was edited, then the data of the RoofItem should be updated synchronously.
public Update ( ) : bool
Результат bool