CentralBodySurfaceCurve Constructor (CentralBody, IEnumerableCartographic) |
Initializes a new instance as a polyline defined by a set of planetodetic cartographic points
on a specified central body.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CentralBodySurfaceCurve(
CentralBody centralBody,
IEnumerable<Cartographic> points
)
Public Sub New (
centralBody As CentralBody,
points As IEnumerable(Of Cartographic)
)
public:
CentralBodySurfaceCurve(
CentralBody^ centralBody,
IEnumerable<Cartographic>^ points
)
new :
centralBody : CentralBody *
points : IEnumerable<Cartographic> -> CentralBodySurfaceCurve
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body providing the topology and orientation of the polyline, and on which the polyline
is defined.
- points
- Type: System.Collections.GenericIEnumerableCartographic
The ordered planetodetic vertices of the polyline.
See Also