CompreDrive SDK Documentation
CompreDrive SDK Documentation
CompreDriveSDK
CompreDriveSDK.Plugins Namespaces
CompreDriveSDK.Plugins
IDistanceProvider Interface
IDistanceProvider Methods
GetDistance Method
PerformTare Method
IDistance
Provider
Perform
Tare Method
Perform a tare operation, setting the current value to the given value.
Namespace:
CompreDriveSDK.Plugins
Assembly:
CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
C#
VB
Copy
void
PerformTare
(
double
tareValue
)
Sub
PerformTare
(
tareValue
As
Double
)
Parameters
tareValue
Double
The value to tare to.
Exceptions
Exception
Condition
InvalidOperationException
If performing the action fails.
See Also
Reference
IDistanceProvider Interface
CompreDriveSDK.Plugins Namespace