Click or drag to resize
DimmingSequenceRemoveAt Method
Removes a point in the sequence, given the time parameter of the point to remove.

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 void RemoveAt(
	int time
)

Parameters

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

Removes a point in the sequence, given the time parameter of the point to remove.

[Android Documentation]

See Also