[]
Get guage value from the point.
protected abstract double GetValueFromPoint(C1Point point)
Protected MustOverride Function GetValueFromPoint(point As C1Point) As Double
| Type | Name | Description |
|---|---|---|
| C1Point | point | The tapped point. |
| Type | Description |
|---|---|
| double | The gauge value. |