Enum TempolessAnchorPolicy
- Namespace
- ChartTools.IO.Configuration
- Assembly
- ChartTools.dll
Defines how a tempo anchor with no parent marker is handled.
public enum TempolessAnchorPolicy
Fields
Create = 2Create a tempo marker with the anchor.
Ignore = 1Ignore the anchor.
ThrowException = 0Throw an exception.