CompositeSurfaceSegment Constructor (SurfaceSegment) |
Create a new instance based on the given set of segments.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CompositeSurfaceSegment(
params SurfaceSegment[] segments
)
Public Sub New (
ParamArray segments As SurfaceSegment()
)
public:
CompositeSurfaceSegment(
... array<SurfaceSegment^>^ segments
)
new :
segments : SurfaceSegment[] -> CompositeSurfaceSegment
Parameters
- segments
- Type: AGI.Foundation.RouteDesign.AdvancedSurfaceSegment
The set of segments to combine. There must be at least one.
See Also