![]() |
TopCon API
1.1.0
.Net API to control TopCon devices
|
This class represents the AAP curve points. More...
Public Member Functions | |
AAPCurvePoint (Double xValue, Double yValue, CurveComponent.CurveComponentType newXCurveComponentType, CurveComponent.CurveComponentType newYCurveComponentType, ReDev.TopCon myTopCon) | |
This constructor allows to create an object that holds the values of an AAP curve component. More... | |
CurveComponent.CurveComponentType | GetXCurveComponentType () |
![]() | |
static static string | GetLastError () |
This is the standard constructor, setting the X and Y value of this point to (0.0 | 0.0) More... | |
This class represents the AAP curve points.
CH.Regatron.HPPS.TFE.AAPCurvePoint.AAPCurvePoint | ( | Double | xValue, |
Double | yValue, | ||
CurveComponent.CurveComponentType | newXCurveComponentType, | ||
CurveComponent.CurveComponentType | newYCurveComponentType, | ||
ReDev.TopCon | myTopCon | ||
) |
This constructor allows to create an object that holds the values of an AAP curve component.
xValue | This parameter holds the independent value ( X-axis). |
yValue | This parameter holds the dependent value (Y-axis). |
newXCurveComponentType | |
newYCurveComponentType | |
myTopCon | Reference to the parent TopCon object. |
CurveComponent.CurveComponentType CH.Regatron.HPPS.TFE.AAPCurvePoint.GetXCurveComponentType | ( | ) |