Click or drag to resize

BaseDistanceSensorWaitForCorrectedRaydimeMeasurement Method

Get a measurement at current position. In case of a hardware trigger, the data must be made available through an independent trigger. In software trigger mode, a software trigger will be sent first.

Namespace: RAYLASE.Marker.Device.DistanceSensor
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.26.1
Syntax
C#
public BaseDistanceSensorResult WaitForCorrectedRaydimeMeasurement(
	dvec3? expectedPosition,
	CancellationToken cancellationToken
)

Parameters

expectedPosition  Nullabledvec3
Position which is expected to measure at. The position will not be set automatically and is only used for object height calculation.
cancellationToken  CancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:RAYLASE.Marker.Device.DistanceSensor.BaseDistanceSensor.WaitForCorrectedRaydimeMeasurement(System.Nullable{GlmSharp.dvec3},System.Threading.CancellationToken)"]

Return Value

BaseDistanceSensorResult

[Missing <returns> documentation for "M:RAYLASE.Marker.Device.DistanceSensor.BaseDistanceSensor.WaitForCorrectedRaydimeMeasurement(System.Nullable{GlmSharp.dvec3},System.Threading.CancellationToken)"]

See Also