CentralBodySurfaceRegion Constructor (CentralBody, IEnumerableCartographic) |
Initializes a new instance as a polygon defined by a set of planetodetic cartographic points on a specified associated 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 CentralBodySurfaceRegion(
CentralBody centralBody,
IEnumerable<Cartographic> points
)
Public Sub New (
centralBody As CentralBody,
points As IEnumerable(Of Cartographic)
)
public:
CentralBodySurfaceRegion(
CentralBody^ centralBody,
IEnumerable<Cartographic>^ points
)
new :
centralBody : CentralBody *
points : IEnumerable<Cartographic> -> CentralBodySurfaceRegion
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body providing the topology and orientation of the polygon, and on which the polygon is defined.
- points
- Type: System.Collections.GenericIEnumerableCartographic
The ordered planetodetic vertices of the polygon. The last point is automatically connected with the first.
See Also