MarkerBatchPrimitiveAlignToNorth Method  | 
 
Sets the up vector of the markers to point towards the north axis of
centralBody. It will be
aligned with the tangent vector of the surface that points north.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void AlignToNorth(
	CentralBody centralBody
)
Public Sub AlignToNorth ( 
	centralBody As CentralBody
)
public:
void AlignToNorth(
	CentralBody^ centralBody
)
member AlignToNorth : 
        centralBody : CentralBody -> unit 
Parameters
- centralBody
 - Type: AGI.Foundation.CelestialCentralBody
The central body that the marker will point towards the north axis of. 
See Also