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