Enum DuplicateTrackObjectPolicy
- Namespace
- ChartTools.IO.Configuration
- Assembly
- ChartTools.dll
Defines how duplicate track objects are handled.
public enum DuplicateTrackObjectPolicy : byte
Fields
IncludeAll = 2Include all objects.
IncludeFirst = 1Include only the first object
ThrowException = 0Throw an exception with the position.