DimmingSequenceRemoveAt Method |
Removes a point in the sequence, given the time parameter of the
point to remove.
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 void RemoveAt(
int time
)
Public Overridable Sub RemoveAt (
time As Integer
)
Parameters
- time
- Type: SystemInt32
- The time value of the point to remove.
Remarks See Also