Click or drag to resize

CompositeSurfaceSegment Constructor (IEnumerableSurfaceSegment)

Create a new instance based on the given list of segments.

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 CompositeSurfaceSegment(
	IEnumerable<SurfaceSegment> segments
)

Parameters

segments
Type: System.Collections.GenericIEnumerableSurfaceSegment
The list of segments to combine. There must be at least one.
See Also