RedMist
Search Results for

    Show / Hide Table of Contents

    Class Section

    Track segment or section information, e.g., for a pit lane or track sector. Multiloop support is required to utilize this feature.

    Inheritance
    object
    Section
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedMist.TimingCommon.Models
    Assembly: RedMist.TimingCommon.dll
    Syntax
    [MessagePackObject(false)]
    public class Section

    Constructors

    View Source

    Section()

    Declaration
    public Section()

    Properties

    View Source

    EndLabel

    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
    View Source

    LengthInches

    Section length in inches from the timing system.

    Declaration
    [Key(1)]
    public int LengthInches { get; set; }
    Property Value
    Type Description
    int
    View Source

    Name

    Section name from the timing system.

    Declaration
    [MaxLength(3)]
    [Key(0)]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    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
    • View Source
    In this article
    Back to top © 2025 Big Mission Motorsports, LLC. Red Mist Timing & Scoring