Click or drag to resize

IncrementalTextResetType Enumeration

Enum containing types of reset methods for text generators.

Namespace: RAYLASE.Marker.Common.TextGenerator
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public enum IncrementalTextResetType
Members
Member nameValueDescription
Never0 No reset.
Execute1 Reset at the start of each execution.
Load2 Reset at the loading of the job.
See Also