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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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