RouteConnection Constructor (Ellipsoid) |
Create a new instance.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected RouteConnection(
Ellipsoid surfaceShape
)
Protected Sub New (
surfaceShape As Ellipsoid
)
protected:
RouteConnection(
Ellipsoid^ surfaceShape
)
new :
surfaceShape : Ellipsoid -> RouteConnection
Parameters
- surfaceShape
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The reference surface to use when defining the surface geometry
and heights above it.
See Also