Class SegmentList
- Namespace
- Tudormobile.Strava.Model
- Assembly
- Tudormobile.Strava.dll
Represents a collection of segments.
public class SegmentList
- Inheritance
-
SegmentList
- Inherited Members
Remarks
Use this class to group multiple Segment instances for batch processing or organizational purposes. The Segments property provides access to the underlying list of segments.
Properties
Segments
Gets or sets the collection of segments associated with this instance.
public List<Segment> Segments { get; set; }
Property Value
Remarks
The order of segments in the list may be significant depending on how the segments are processed or displayed. Modifying the collection directly affects the segments managed by this instance.