C# 클래스 RevitLookup.Utils.UserInput

파일 보기 프로젝트 열기: jeremytammik/RevitLookup

공개 메소드들

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