Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public CentralBodySurfaceRegion(
	CentralBody centralBody,
	IEnumerable<Cartographic> points
)

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