Class TrackSpecialPhrase
- Namespace
- ChartTools
- Assembly
- ChartTools.dll
public class TrackSpecialPhrase : SpecialPhrase, ILongTrackObject, ITrackObject, IReadOnlyTrackObject, ILongObject, IReadOnlyLongObject
- Inheritance
-
TrackSpecialPhrase
- Implements
- Inherited Members
- Extension Methods
Constructors
TrackSpecialPhrase(uint, TrackSpecialPhraseType, uint)
public TrackSpecialPhrase(uint position, TrackSpecialPhraseType type, uint length = 0)
Parameters
positionuinttypeTrackSpecialPhraseTypelengthuint
TrackSpecialPhrase(uint, byte, uint)
public TrackSpecialPhrase(uint position, byte typeCode, uint length = 0)
Parameters
Properties
IsFaceOff
public bool IsFaceOff { get; }
Property Value
Type
public TrackSpecialPhraseType Type { get; set; }