메소드 | 설명 | |
---|---|---|
CoordinateSystemDataForm ( |
override constructor
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
CheckModify ( ) : bool |
check whether user modify the offset value
|
|
CheckSelecteCurrent ( ) : void |
when the selected item is the current location,make the button to disable
|
|
CoordinateSystemDataForm ( ) : System |
constructor of form
|
|
CoordinateSystemDataForm_Load ( object sender, |
load the form
|
|
DealDecimalNumber ( string value ) : string |
deal with decimal number
|
|
DisplayInformation ( ) : void |
display the location information on the form
|
|
DoCityNameChanged ( ) : void |
call by CitiesNameSelectedChanged,when CitiesName ComboBox selected changed
|
|
DoTextBoxChanged ( ) : void |
called by some functions to do same operation
|
|
GetCityInfo ( string cityName, |
used when city name changed
|
|
GetCityNameTimeZone ( |
used when city information changed
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SaveSiteLocation ( ) : void |
save siteLocation to Revit
|
|
ShowOffsetValue ( ) : void |
show the offset values on the form
|
|
angleTextBox_Leave ( object sender, |
check the format of the user's input and add a degree symbol behind the angle value
|
|
cityNameComboBox_SelectedValueChanged ( object sender, |
be invoked when SelectedValue of control cityNameComboBox changed
|
|
duplicateButton_Click ( object sender, |
display the duplicate form
|
|
latitudeTextBox_Leave ( object sender, |
be invoked when focus leave control latitudeTextBox
|
|
latitudeTextBox_TextChanged ( object sender, |
be invoked when text changed in control latitudeTextBox
|
|
locationListBox_SelectedIndexChanged ( object sender, |
the function will be invoked when the selected item changed
|
|
longitudeTextBox_Leave ( object sender, |
be invoked when focus leave control longitudeTextBox
|
|
longitudeTextBox_TextChanged ( object sender, |
be invoked when text changed in control longitudeTextBox
|
|
makeCurrentButton_Click ( object sender, |
set the selected item of the listbox to be the current project location
|
|
okButton_Click ( object sender, |
close the form and return true
|
|
timeZoneComboBox_SelectedValueChanged ( object sender, |
be invoked when SelectValue of control timeZoneComboBox changed
|
public CoordinateSystemDataForm ( |
||
data | a instance of CoordinateSystemData class | |
citySet | CitySet | |
siteLocation | SiteLocation | |
리턴 | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |