DimmingSequenceGetAt Method |
Retrieves a point given its time value.
Namespace: Com.Datalogic.Extension.Selfshopping.LedAssembly: 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
)
Public Overridable Function GetAt (
time As Integer
) As DimmingSequencePoint
Parameters
- time
- Type: SystemInt32
- The time value of the point to find.
Return Value
Type:
DimmingSequencePointThe
DimmingSequencePoint object if found, or null
if not found.
Remarks See Also