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
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
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