Click or drag to resize
DimmingSequenceGetAt Method
Retrieves a point given its time value.

Namespace: Com.Datalogic.Extension.Selfshopping.Led
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual DimmingSequencePoint GetAt(
	int time
)

Parameters

time
Type: SystemInt32
- The time value of the point to find.

Return Value

Type: DimmingSequencePoint
The DimmingSequencePoint object if found, or null if not found.
Remarks

Retrieves a point given its time value.

[Android Documentation]

See Also