C# Class WFA_psychometric_chart.buildingChartSetting

Afficher le fichier Open project: temcocontrols/T3000_Building_Automation_System Class Usage Examples

Méthodes publiques

Свойство Type Description
chartDetailList List
default_comfort_zone_of_chart List
deviceInfoForSavingToXML List
enthalpyDataGridView double
humDataGridValue double
indexForWhichChartIsSelected int
indexOfChartSelected int
latValueFromDB double
lb_simulation_mode_display System.Windows.Forms.Label
lineInfoForSavingToXML List
lineInfoFromXMLfile List
listComfortZoneDetail List
listchartComfortZoneInfoSingle List
longValueFromDB double
menuStripNodeInfoValues List
menuStripNodeLineInfoValues List
nodeInfoForSavingToXML List
nodeInfoFromXMLfile List
y_coord_value double

Méthodes publiques

Méthode Description
AddOrUpdateNewRecord ( string name, DataGridViewCellEventArgs e ) : void
AsyncMethod1ForPullingData ( ) : Task
CalculateYFromXandHumidity ( double xVal, double humidity ) : double
CheckDeviceOnlineOffline ( int deviceID, int Parent_SerialNum ) : bool
CheckSelectedBuilding ( ) : void
ClearComfortZone ( double Tmin, double Tmax, double Hmin, double Hmax ) : void
CountNumberOfItem ( string chartId ) : int
CountingDB_Item ( string db_name ) : int
CreateRequireTableIfNotPresent ( string buildingName ) : void
DataGridView_Show_Data ( ) : void
DeleteChart ( string chartID ) : void
DeleteComfortZoneData ( string id ) : void
DeleteComfortZoneSettingForChart ( string chartID ) : void
DeleteLine ( string lineID ) : void
DeleteNode ( string nodeID ) : void
DeleteNodeDeviceInfo ( string nodeID ) : void
FindPathOfBuildingDB ( ) : void
GetDataFromWeb ( double latValue, double longValue ) : void

This return the different values such as temperatue ,humidity and other parameters.

GetGUID ( ) : string
HumTempCalcByCoordinate ( ) : void
InfoForComfortZoneOfChart ( string chartID ) : void
InitTimerForDevice ( ) : void
InsertChartComfortzoneInfo ( string chartid, string comfortzone_id ) : void
InsertComfortZoneValue ( string name, double min_temp, double max_temp, double min_hum, double max_hum, Color color ) : void

This function helps to insert the comfort zone setting in the database.

InsertLineInfoToDB ( string id, string prevNodeId, string nextNodeId, Color lineColor, Series lineSeriesVal, int linethickness ) : void
InsertNodeInfoToDB ( string id, double xVal, double yVal, string source, string name, string label, Color colorValue, string showItemText, int nodeSizeValue, string deviceinstance, string deviceip, string param1id, string param2id, string param1info, string param2info, string param1type, string param2type ) : void
LoadComfortZone ( string chartid ) : void

load the comfort zone when chart is selected

LoadComfortZoneIfOn ( string chartid ) : void
LoadNodeAndLineFromDB ( int indexValue ) : void

We need have three parameters

LoadNode_LineAndDeviceInfoFromDB ( int indexValue ) : void

This function is for getting node info , correspoing device info for particular node,and line info this is required for saving in xml formate.

PlotComfortZone ( double Tmin, double Tmax, double Hmin, double Hmax, Color c, string name ) : void
PullChartList ( string buildingName ) : void
PullComfortZoneData ( ) : void
PullDataFromDB ( ) : void
PullDataFromHardware ( string device_instance_id, string param1id, string param2id, string param1info, string param2info ) : void
PullLongitudeAndLatitude ( string dbName ) : void
ReDrawLines ( string id, string prevNodeID, string nextNodeID, Series lineSeriesID, Color c, int thickness_value ) : void
ReDrawPoints ( Series s1, double x, double y, Color c, string source1, string name1, string label1x, string labelValueText, int marker_size_value ) : void
ReDrawPointsForHardware ( Series s1, double x, double y, Color c, string source1, string name1, string label1x, string labelValueText, int marker_size_value ) : void

This function helps to draw the points before loading

ReDrawingLineAndNode ( ) : void
ReDrawingLineAndNodeForScanHardware ( ) : void
ReadDataFromDevice ( int deviceID, uint temp_panID, uint hum_panID, string param1_identifier_type, string param2_identifier_type ) : void

helps to pull the data from the hardware of the device

ReadDeviceInfoForNode ( string nodeID1 ) : void

This get the device info values form the database

ReadNodeAndLineDetails ( string chart_respective_node_id, string chart_respective_line_id, string buildingName ) : void

Getting the values of the database on the chartID

ReadNodeInfoToDelete ( string chartNodeID ) : void

help in reading all the node info for a particular chart

RefreshDataFromDeviceAndWeb ( ) : void
RefreshGraph ( ) : void
ResettingLines ( ) : void
SaveConfiguration ( ) : void
SetNodeForDeviceUsingTempAndHum ( string source, string name, string label, Color c1, string comboboxItemText1, int marker_size, string deviceInstance, string IP, string param1ID, string param2ID, string param1_info, string param2_info, string param1_value, string param2_value, string object_identifier_type_param1, string object_identifier_type_param2 ) : void
SetNodeForWeb ( string source, string name, string label, Color c1, string comboboxItemText1, int marker_size ) : void
SetNodeWithValuesXYCoord ( string source, string name, string label, Color c1, string comboboxItemText1, double xvalue, double yvalue ) : void
ShowOrHideForComfortZone ( ) : void
UpdateComfortZoneValue ( string id, string name, double min_temp, double max_temp, double min_hum, double max_hum, Color color ) : void
UpdateLineInfoToDB ( string id, string prevNodeId, string nextNodeId, Color lineColor, Series lineSeriesVal, int lineThicknessValue ) : void

This value is edited just now bbk305

UpdateLineInfoToDBWithouSeriesID ( string id, string prevNodeId, string nextNodeId, Color lineColor, int lineThicknessValue ) : void
UpdateNewDataFromDGV ( string name, string chartID ) : void
UpdateNodeInfoToDB ( string id, double xVal, double yVal, string source, string name, string label, Color colorValue, string showItemText, int nodeSizeValue ) : void
addCursorFunctionForLineDisconnectConnect ( MouseEventArgs e ) : void
addTemporarySeries ( ) : void
add_t_pg ( ) : void
buildingChartSetting ( Form1_main f ) : System
deleteDatabaseTable ( string tableName ) : void
enthalpyHumidityCalculatorForXYvalue ( double xVal, double yVal ) : void
insertNewDataFromDGV ( string name ) : void
insertOrUpdateComfortChartSetting ( string chartID, string comfortzone_ID ) : void
loadXMLDoc ( ) : void
plot_by_DBT_Enthalpy ( double dbt, double enthalpy ) : int
plot_by_DBT_HR_process_diagram ( double DBT, double HR ) : int
plot_new_graph ( ) : void
plot_on_graph_values_process_diagram ( double xval, double yval ) : void

plot using x coord(=temp) and y coord (=hum ratio)

pullComfortZoneInfoSingle ( string comfortzoneid ) : void
timer1_Tick_For_Device ( object sender, EventArgs e ) : void
update_comfort_zone_for_chart ( string chartid, string comfortzone_id, string status ) : void

updates the chart info for comfort zone

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CalculateHumidityEnthalpy ( double xVal, double yVal ) : void
ClearChart ( ) : void
InitializeComponent ( ) : void

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

LineDeterctOnMouseMove ( MouseEventArgs e ) : void
NodeSelectionAndRelease ( MouseEventArgs e ) : void
ProcessDiagramMouseMoveFunction ( MouseEventArgs e ) : void
btn_pull_data_Click ( object sender, EventArgs e ) : void

This is pulling the data from the hardware and putting it in the table

btn_reset_graph_Click ( object sender, EventArgs e ) : void
buildingChartSetting_FormClosing ( object sender, FormClosingEventArgs e ) : void
buildingChartSetting_Load ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
chart1_MouseClick ( object sender, MouseEventArgs e ) : void
chart1_MouseDown ( object sender, MouseEventArgs e ) : void
chart1_MouseMove ( object sender, MouseEventArgs e ) : void
dataGridView1_CellBeginEdit ( object sender, DataGridViewCellCancelEventArgs e ) : void
dataGridView1_CellClick_1 ( object sender, DataGridViewCellEventArgs e ) : void
dataGridView1_CellDoubleClick ( object sender, DataGridViewCellEventArgs e ) : void
dataGridView1_CellEndEdit_1 ( object sender, DataGridViewCellEventArgs e ) : void
dataGridView1_CellMouseClick ( object sender, DataGridViewCellMouseEventArgs e ) : void
deleteHandlerToolStripMenuItem_Click ( object sender, EventArgs e ) : void
disconnectLineToolStripMenuItem_Click_1 ( object sender, EventArgs e ) : void
enableToolStripMenuItem_Click ( object sender, EventArgs e ) : void
fillDataGridView ( ) : void
insertNodeToolStripMenuItem_Click ( object sender, EventArgs e ) : void
insertNodeToolStripMenuItem_Click_1 ( object sender, EventArgs e ) : void
loadSettingToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveSettingsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
settingsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
showComfortZoneToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

AddOrUpdateNewRecord() public méthode

public AddOrUpdateNewRecord ( string name, DataGridViewCellEventArgs e ) : void
name string
e DataGridViewCellEventArgs
Résultat void

AsyncMethod1ForPullingData() public méthode

public AsyncMethod1ForPullingData ( ) : Task
Résultat Task

CalculateYFromXandHumidity() public méthode

public CalculateYFromXandHumidity ( double xVal, double humidity ) : double
xVal double
humidity double
Résultat double

CheckDeviceOnlineOffline() public méthode

public CheckDeviceOnlineOffline ( int deviceID, int Parent_SerialNum ) : bool
deviceID int
Parent_SerialNum int
Résultat bool

CheckSelectedBuilding() public méthode

public CheckSelectedBuilding ( ) : void
Résultat void

ClearComfortZone() public méthode

public ClearComfortZone ( double Tmin, double Tmax, double Hmin, double Hmax ) : void
Tmin double
Tmax double
Hmin double
Hmax double
Résultat void

CountNumberOfItem() public méthode

public CountNumberOfItem ( string chartId ) : int
chartId string
Résultat int

CountingDB_Item() public méthode

public CountingDB_Item ( string db_name ) : int
db_name string
Résultat int

CreateRequireTableIfNotPresent() public méthode

public CreateRequireTableIfNotPresent ( string buildingName ) : void
buildingName string
Résultat void

DataGridView_Show_Data() public méthode

public DataGridView_Show_Data ( ) : void
Résultat void

DeleteChart() public méthode

public DeleteChart ( string chartID ) : void
chartID string
Résultat void

DeleteComfortZoneData() public méthode

public DeleteComfortZoneData ( string id ) : void
id string
Résultat void

DeleteComfortZoneSettingForChart() public méthode

public DeleteComfortZoneSettingForChart ( string chartID ) : void
chartID string
Résultat void

DeleteLine() public méthode

public DeleteLine ( string lineID ) : void
lineID string
Résultat void

DeleteNode() public méthode

public DeleteNode ( string nodeID ) : void
nodeID string
Résultat void

DeleteNodeDeviceInfo() public méthode

public DeleteNodeDeviceInfo ( string nodeID ) : void
nodeID string
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FindPathOfBuildingDB() public méthode

public FindPathOfBuildingDB ( ) : void
Résultat void

GetDataFromWeb() public méthode

This return the different values such as temperatue ,humidity and other parameters.
public GetDataFromWeb ( double latValue, double longValue ) : void
latValue double Latitude
longValue double Longitude
Résultat void

GetGUID() public méthode

public GetGUID ( ) : string
Résultat string

HumTempCalcByCoordinate() public méthode

public HumTempCalcByCoordinate ( ) : void
Résultat void

InfoForComfortZoneOfChart() public méthode

public InfoForComfortZoneOfChart ( string chartID ) : void
chartID string
Résultat void

InitTimerForDevice() public méthode

public InitTimerForDevice ( ) : void
Résultat void

InsertChartComfortzoneInfo() public méthode

public InsertChartComfortzoneInfo ( string chartid, string comfortzone_id ) : void
chartid string
comfortzone_id string
Résultat void

InsertComfortZoneValue() public méthode

This function helps to insert the comfort zone setting in the database.
public InsertComfortZoneValue ( string name, double min_temp, double max_temp, double min_hum, double max_hum, Color color ) : void
name string name of the comfort zone
min_temp double min temperature
max_temp double max temperature
min_hum double min humidity
max_hum double max humidity
color Color color value
Résultat void

InsertLineInfoToDB() public méthode

public InsertLineInfoToDB ( string id, string prevNodeId, string nextNodeId, Color lineColor, Series lineSeriesVal, int linethickness ) : void
id string
prevNodeId string
nextNodeId string
lineColor Color
lineSeriesVal Series
linethickness int
Résultat void

InsertNodeInfoToDB() public méthode

public InsertNodeInfoToDB ( string id, double xVal, double yVal, string source, string name, string label, Color colorValue, string showItemText, int nodeSizeValue, string deviceinstance, string deviceip, string param1id, string param2id, string param1info, string param2info, string param1type, string param2type ) : void
id string
xVal double
yVal double
source string
name string
label string
colorValue Color
showItemText string
nodeSizeValue int
deviceinstance string
deviceip string
param1id string
param2id string
param1info string
param2info string
param1type string
param2type string
Résultat void

LoadComfortZone() public méthode

load the comfort zone when chart is selected
public LoadComfortZone ( string chartid ) : void
chartid string
Résultat void

LoadComfortZoneIfOn() public méthode

public LoadComfortZoneIfOn ( string chartid ) : void
chartid string
Résultat void

LoadNodeAndLineFromDB() public méthode

We need have three parameters
public LoadNodeAndLineFromDB ( int indexValue ) : void
indexValue int
Résultat void

LoadNode_LineAndDeviceInfoFromDB() public méthode

This function is for getting node info , correspoing device info for particular node,and line info this is required for saving in xml formate.
public LoadNode_LineAndDeviceInfoFromDB ( int indexValue ) : void
indexValue int index of the chart selected
Résultat void

PlotComfortZone() public méthode

public PlotComfortZone ( double Tmin, double Tmax, double Hmin, double Hmax, Color c, string name ) : void
Tmin double
Tmax double
Hmin double
Hmax double
c Color
name string
Résultat void

PullChartList() public méthode

public PullChartList ( string buildingName ) : void
buildingName string
Résultat void

PullComfortZoneData() public méthode

public PullComfortZoneData ( ) : void
Résultat void

PullDataFromDB() public méthode

public PullDataFromDB ( ) : void
Résultat void

PullDataFromHardware() public méthode

public PullDataFromHardware ( string device_instance_id, string param1id, string param2id, string param1info, string param2info ) : void
device_instance_id string
param1id string
param2id string
param1info string
param2info string
Résultat void

PullLongitudeAndLatitude() public méthode

public PullLongitudeAndLatitude ( string dbName ) : void
dbName string
Résultat void

ReDrawLines() public méthode

public ReDrawLines ( string id, string prevNodeID, string nextNodeID, Series lineSeriesID, Color c, int thickness_value ) : void
id string
prevNodeID string
nextNodeID string
lineSeriesID Series
c Color
thickness_value int
Résultat void

ReDrawPoints() public méthode

public ReDrawPoints ( Series s1, double x, double y, Color c, string source1, string name1, string label1x, string labelValueText, int marker_size_value ) : void
s1 Series
x double
y double
c Color
source1 string
name1 string
label1x string
labelValueText string
marker_size_value int
Résultat void

ReDrawPointsForHardware() public méthode

This function helps to draw the points before loading
public ReDrawPointsForHardware ( Series s1, double x, double y, Color c, string source1, string name1, string label1x, string labelValueText, int marker_size_value ) : void
s1 Series
x double
y double
c Color
source1 string
name1 string
label1x string
labelValueText string
marker_size_value int
Résultat void

ReDrawingLineAndNode() public méthode

public ReDrawingLineAndNode ( ) : void
Résultat void

ReDrawingLineAndNodeForScanHardware() public méthode

public ReDrawingLineAndNodeForScanHardware ( ) : void
Résultat void

ReadDataFromDevice() public méthode

helps to pull the data from the hardware of the device
public ReadDataFromDevice ( int deviceID, uint temp_panID, uint hum_panID, string param1_identifier_type, string param2_identifier_type ) : void
deviceID int
temp_panID uint
hum_panID uint
param1_identifier_type string
param2_identifier_type string
Résultat void

ReadDeviceInfoForNode() public méthode

This get the device info values form the database
public ReadDeviceInfoForNode ( string nodeID1 ) : void
nodeID1 string the node id selected to search for
Résultat void

ReadNodeAndLineDetails() public méthode

Getting the values of the database on the chartID
public ReadNodeAndLineDetails ( string chart_respective_node_id, string chart_respective_line_id, string buildingName ) : void
chart_respective_node_id string
chart_respective_line_id string
buildingName string
Résultat void

ReadNodeInfoToDelete() public méthode

help in reading all the node info for a particular chart
public ReadNodeInfoToDelete ( string chartNodeID ) : void
chartNodeID string
Résultat void

RefreshDataFromDeviceAndWeb() public méthode

public RefreshDataFromDeviceAndWeb ( ) : void
Résultat void

RefreshGraph() public méthode

public RefreshGraph ( ) : void
Résultat void

ResettingLines() public méthode

public ResettingLines ( ) : void
Résultat void

SaveConfiguration() public méthode

public SaveConfiguration ( ) : void
Résultat void

SetNodeForDeviceUsingTempAndHum() public méthode

public SetNodeForDeviceUsingTempAndHum ( string source, string name, string label, Color c1, string comboboxItemText1, int marker_size, string deviceInstance, string IP, string param1ID, string param2ID, string param1_info, string param2_info, string param1_value, string param2_value, string object_identifier_type_param1, string object_identifier_type_param2 ) : void
source string
name string
label string
c1 Color
comboboxItemText1 string
marker_size int
deviceInstance string
IP string
param1ID string
param2ID string
param1_info string
param2_info string
param1_value string
param2_value string
object_identifier_type_param1 string
object_identifier_type_param2 string
Résultat void

SetNodeForWeb() public méthode

public SetNodeForWeb ( string source, string name, string label, Color c1, string comboboxItemText1, int marker_size ) : void
source string
name string
label string
c1 Color
comboboxItemText1 string
marker_size int
Résultat void

SetNodeWithValuesXYCoord() public méthode

public SetNodeWithValuesXYCoord ( string source, string name, string label, Color c1, string comboboxItemText1, double xvalue, double yvalue ) : void
source string
name string
label string
c1 Color
comboboxItemText1 string
xvalue double
yvalue double
Résultat void

ShowOrHideForComfortZone() public méthode

public ShowOrHideForComfortZone ( ) : void
Résultat void

UpdateComfortZoneValue() public méthode

public UpdateComfortZoneValue ( string id, string name, double min_temp, double max_temp, double min_hum, double max_hum, Color color ) : void
id string
name string
min_temp double
max_temp double
min_hum double
max_hum double
color Color
Résultat void

UpdateLineInfoToDB() public méthode

This value is edited just now bbk305
public UpdateLineInfoToDB ( string id, string prevNodeId, string nextNodeId, Color lineColor, Series lineSeriesVal, int lineThicknessValue ) : void
id string
prevNodeId string
nextNodeId string
lineColor Color
lineSeriesVal Series
lineThicknessValue int
Résultat void

UpdateLineInfoToDBWithouSeriesID() public méthode

public UpdateLineInfoToDBWithouSeriesID ( string id, string prevNodeId, string nextNodeId, Color lineColor, int lineThicknessValue ) : void
id string
prevNodeId string
nextNodeId string
lineColor Color
lineThicknessValue int
Résultat void

UpdateNewDataFromDGV() public méthode

public UpdateNewDataFromDGV ( string name, string chartID ) : void
name string
chartID string
Résultat void

UpdateNodeInfoToDB() public méthode

public UpdateNodeInfoToDB ( string id, double xVal, double yVal, string source, string name, string label, Color colorValue, string showItemText, int nodeSizeValue ) : void
id string
xVal double
yVal double
source string
name string
label string
colorValue Color
showItemText string
nodeSizeValue int
Résultat void

addCursorFunctionForLineDisconnectConnect() public méthode

public addCursorFunctionForLineDisconnectConnect ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

addTemporarySeries() public méthode

public addTemporarySeries ( ) : void
Résultat void

add_t_pg() public méthode

public add_t_pg ( ) : void
Résultat void

buildingChartSetting() public méthode

public buildingChartSetting ( Form1_main f ) : System
f Form1_main
Résultat System

deleteDatabaseTable() public méthode

public deleteDatabaseTable ( string tableName ) : void
tableName string
Résultat void

enthalpyHumidityCalculatorForXYvalue() public méthode

public enthalpyHumidityCalculatorForXYvalue ( double xVal, double yVal ) : void
xVal double
yVal double
Résultat void

insertNewDataFromDGV() public méthode

public insertNewDataFromDGV ( string name ) : void
name string
Résultat void

insertOrUpdateComfortChartSetting() public méthode

public insertOrUpdateComfortChartSetting ( string chartID, string comfortzone_ID ) : void
chartID string
comfortzone_ID string
Résultat void

loadXMLDoc() public méthode

public loadXMLDoc ( ) : void
Résultat void

plot_by_DBT_Enthalpy() public méthode

public plot_by_DBT_Enthalpy ( double dbt, double enthalpy ) : int
dbt double
enthalpy double
Résultat int

plot_by_DBT_HR_process_diagram() public méthode

public plot_by_DBT_HR_process_diagram ( double DBT, double HR ) : int
DBT double
HR double
Résultat int

plot_new_graph() public méthode

public plot_new_graph ( ) : void
Résultat void

plot_on_graph_values_process_diagram() public méthode

plot using x coord(=temp) and y coord (=hum ratio)
public plot_on_graph_values_process_diagram ( double xval, double yval ) : void
xval double Temperature(x-axis)
yval double humidity ratio(y-axis)
Résultat void

pullComfortZoneInfoSingle() public méthode

public pullComfortZoneInfoSingle ( string comfortzoneid ) : void
comfortzoneid string
Résultat void

timer1_Tick_For_Device() public méthode

public timer1_Tick_For_Device ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

update_comfort_zone_for_chart() public méthode

updates the chart info for comfort zone
public update_comfort_zone_for_chart ( string chartid, string comfortzone_id, string status ) : void
chartid string id of chart selected
comfortzone_id string comfort zone id for each chart
status string
Résultat void

Property Details

chartDetailList public_oe property

public List chartDetailList
Résultat List

default_comfort_zone_of_chart public_oe property

public List default_comfort_zone_of_chart
Résultat List

deviceInfoForSavingToXML public_oe property

public List deviceInfoForSavingToXML
Résultat List

enthalpyDataGridView public_oe property

public double enthalpyDataGridView
Résultat double

humDataGridValue public_oe property

public double humDataGridValue
Résultat double

indexForWhichChartIsSelected public_oe property

public int indexForWhichChartIsSelected
Résultat int

indexOfChartSelected public_oe property

public int indexOfChartSelected
Résultat int

latValueFromDB public_oe property

public double latValueFromDB
Résultat double

lb_simulation_mode_display public_oe property

public System.Windows.Forms.Label lb_simulation_mode_display
Résultat System.Windows.Forms.Label

lineInfoForSavingToXML public_oe property

public List lineInfoForSavingToXML
Résultat List

lineInfoFromXMLfile public_oe property

public List lineInfoFromXMLfile
Résultat List

listComfortZoneDetail public_oe property

public List listComfortZoneDetail
Résultat List

listchartComfortZoneInfoSingle public_oe property

public List listchartComfortZoneInfoSingle
Résultat List

longValueFromDB public_oe property

public double longValueFromDB
Résultat double

menuStripNodeInfoValues public_oe property

public List menuStripNodeInfoValues
Résultat List

menuStripNodeLineInfoValues public_oe property

public List menuStripNodeLineInfoValues
Résultat List

nodeInfoForSavingToXML public_oe property

public List nodeInfoForSavingToXML
Résultat List

nodeInfoFromXMLfile public_oe property

public List nodeInfoFromXMLfile
Résultat List

y_coord_value public_oe property

public double y_coord_value
Résultat double