C# Класс RevitLookup.Utils.UserInput

Показать файл Открыть проект

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

Метод Описание
GetFamilyNameFromUser ( string dboxTitle, string &familyNameToLoad ) : String

Display a dialog to get the Family name to load from the user

LoadFamily ( string dboxTitle, System.Windows.Forms.Document doc ) : bool

Load a family specified by the user

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

GetFamilyNameFromUser() публичный статический Метод

Display a dialog to get the Family name to load from the user
public static GetFamilyNameFromUser ( string dboxTitle, string &familyNameToLoad ) : String
dboxTitle string Title to use (or null or "" for default)
familyNameToLoad string path of the selected file
Результат String

LoadFamily() публичный статический Метод

Load a family specified by the user
public static LoadFamily ( string dboxTitle, System.Windows.Forms.Document doc ) : bool
dboxTitle string Title to use (or null or "" for default)
doc System.Windows.Forms.Document Active Document object to load the Family into
Результат bool