Click or drag to resize

CompositeSurfaceSegmentSegments Property

Gets a list of the segments that together define this overall composite segment.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<SurfaceSegment> Segments { get; }

Property Value

Type: IListSurfaceSegment
See Also