C# Class RevitLookup.Utils.UserInput

Mostrar archivo Open project: jeremytammik/RevitLookup

Public Methods

Method Description
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

Method Details

GetFamilyNameFromUser() public static method

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
return String

LoadFamily() public static method

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
return bool