Table of Contents

Class SpecialPhrase

Namespace
ChartTools
Assembly
ChartTools.dll
public abstract class SpecialPhrase : ILongTrackObject, ITrackObject, IReadOnlyTrackObject, ILongObject, IReadOnlyLongObject
Inheritance
SpecialPhrase
Implements
Derived
Inherited Members
Extension Methods

Constructors

SpecialPhrase(uint, byte, uint)

protected SpecialPhrase(uint position, byte typeCode, uint length = 0)

Parameters

position uint
typeCode byte
length uint

Properties

Length

public uint Length { get; set; }

Property Value

uint

Position

public uint Position { get; set; }

Property Value

uint

TypeCode

public byte TypeCode { get; set; }

Property Value

byte