PrimitiveFactoryCreateEllipseBoundaryCartographic Method (CentralBody, Cartographic, Double, Double, Double) |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static PolylinePrimitive CreateEllipseBoundaryCartographic(
CentralBody centralBody,
Cartographic center,
double majorAxisRadius,
double minorAxisRadius,
double bearing
)
Public Shared Function CreateEllipseBoundaryCartographic (
centralBody As CentralBody,
center As Cartographic,
majorAxisRadius As Double,
minorAxisRadius As Double,
bearing As Double
) As PolylinePrimitive
public:
static PolylinePrimitive^ CreateEllipseBoundaryCartographic(
CentralBody^ centralBody,
Cartographic center,
double majorAxisRadius,
double minorAxisRadius,
double bearing
)
static member CreateEllipseBoundaryCartographic :
centralBody : CentralBody *
center : Cartographic *
majorAxisRadius : float *
minorAxisRadius : float *
bearing : float -> PolylinePrimitive
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
Central body to place the ellipse on - center
- Type: AGI.Foundation.CoordinatesCartographic
Cartographic center of the ellipse - majorAxisRadius
- Type: SystemDouble
Major axis radius of the ellipse - minorAxisRadius
- Type: SystemDouble
Minor axis radius of the ellipse - bearing
- Type: SystemDouble
Bearing of the ellipse
Return Value
Type:
PolylinePrimitivePolylinePrimitive object shaped as an ellipse
See Also