Click or drag to resize

IDistanceProviderGetDistance Method

Get the current distance in [m].

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
double? GetDistance()

Return Value

NullableDouble
The distance in [m].
Exceptions
ExceptionCondition
InvalidOperationExceptionIf getting the distance fails.
Remarks
Return null if no distance is available. For scaling, the distance value should decrease when the CompreDrive moves upwards.
See Also