Table of Contents

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

position uint
type TrackSpecialPhraseType
length uint

TrackSpecialPhrase(uint, byte, uint)

public TrackSpecialPhrase(uint position, byte typeCode, uint length = 0)

Parameters

position uint
typeCode byte
length uint

Properties

IsFaceOff

public bool IsFaceOff { get; }

Property Value

bool

Type

public TrackSpecialPhraseType Type { get; set; }

Property Value

TrackSpecialPhraseType