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.3.420.0 (24.3.420.0)
Syntaxpublic 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.Advanced.SurfaceSegment[]
The set of segments to combine. There must be at least one.
See Also