Enum OverlappingSpecialPhrasePolicy
- Namespace
- ChartTools.IO.Configuration
- Assembly
- ChartTools.dll
Defines how overlapping star power phrases should be handled.
public enum OverlappingSpecialPhrasePolicy : byte
Fields
Cut = 2Cut the length of the first phrase to the start of the next one.
Ignore = 1Ignore the overlapping phrase.
ThrowException = 0Throw an exception.