PrimitiveFactoryCreateLatitudeLongitudeGrid Method (CentralBody) |
Creates a lat/long grid on centralBody where the spacing between set of latitude
and set of longitude lines is 30 degrees.
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 CreateLatitudeLongitudeGrid(
CentralBody centralBody
)
Public Shared Function CreateLatitudeLongitudeGrid (
centralBody As CentralBody
) As PolylinePrimitive
public:
static PolylinePrimitive^ CreateLatitudeLongitudeGrid(
CentralBody^ centralBody
)
static member CreateLatitudeLongitudeGrid :
centralBody : CentralBody -> PolylinePrimitive
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body on which to draw the grid.
Return Value
Type:
PolylinePrimitive
A
PolylinePrimitive
representing the grid.
See Also