C# Класс Revit.SDK.Samples.Rooms.CS.roomsInformationForm

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
roomsInformationForm ( ) : System

constructor

roomsInformationForm ( RoomsData data ) : System

Overload the constructor

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
DisplayDartmentsInfo ( ) : void

display total rooms' information for each department

DisplayRooms ( ReadOnlyCollection roomList, bool isHaveTag ) : void

add rooms of list roomsWithTag to the listview

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RoomInfoForm_Load ( object sender, EventArgs e ) : void

when the form was loaded, display the information of rooms

addTagButton_Click ( object sender, EventArgs e ) : void

create room tags for the rooms which are lack of tags

exportButton_Click ( object sender, EventArgs e ) : void

Save the information into an Excel file

reorderButton_Click ( object sender, EventArgs e ) : void

reorder rooms' number

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

constructor
public roomsInformationForm ( ) : System
Результат System

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

Overload the constructor
public roomsInformationForm ( RoomsData data ) : System
data RoomsData an instance of Data class
Результат System