Class Section
Track segment or section information, e.g., for a pit lane or track sector. Multiloop support is required to utilize this feature.
Inherited Members
Namespace: RedMist.TimingCommon.Models
Assembly: RedMist.TimingCommon.dll
Syntax
[MessagePackObject(false)]
public class Section
Constructors
View SourceSection()
Declaration
public Section()
Properties
View SourceEndLabel
Name of the end of the section from the timing system
Declaration
[MaxLength(4)]
[Key(3)]
public string EndLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LengthInches
Section length in inches from the timing system.
Declaration
[Key(1)]
public int LengthInches { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Section name from the timing system.
Declaration
[MaxLength(3)]
[Key(0)]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StartLabel
Name of the section start point from the timing system.
Declaration
[MaxLength(4)]
[Key(2)]
public string StartLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |