Click or drag to resize

DegenerateSurfaceSegment Constructor (Ellipsoid, Cartographic)

Create a new instance based on the given point with a heading of zero.

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 DegenerateSurfaceSegment(
	Ellipsoid surfaceShape,
	Cartographic point
)

Parameters

surfaceShape
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface.
point
Type: AGI.Foundation.CoordinatesCartographic
The position of the segment.
See Also