Property | Type | Description | |
---|---|---|---|
SystemCoordinates | System.Windows.Forms.DataVisualization.Charting.Point3D |
Method | Description | |
---|---|---|
EDSystem ( ) : System |
creates a new system
|
|
EDSystem ( int newId, |
creates a new system as a copy of another system only the id must declared extra
|
|
EqualsED ( |
true, if all data *except the ID* is equal (case insensitive)
|
|
clear ( ) : void |
reset all data
|
|
getValues ( EDSystem ownSystem, bool getAll = false ) : void |
copy the values from another system exept for the ID
|
Method | Description | |
---|---|---|
SystemCoordinates ( ) : System.Windows.Forms.DataVisualization.Charting.Point3D |
return the coordinates of the system
|
public EDSystem ( int newId, |
||
newId | int | |
sourceSystem | ||
return | System |
public getValues ( EDSystem ownSystem, bool getAll = false ) : void | ||
ownSystem | EDSystem | |
getAll | bool | |
return | void |