AGI STK Graphics 11Send comments on this topic.
AlignToNorth Method (IAgStkGraphicsMarkerBatchPrimitive)
See Also 
CentralBody
The central body that the marker will point towards the north axis of.
Windows






Windows & Linux

Description

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.

Syntax

[Visual Basic .NET]
Public Sub AlignToNorth( _
   ByVal CentralBody As String _
) 
[C#]
public void AlignToNorth(
   string CentralBody
);
[Managed C++]
public: void AlignToNorth(
   String __gc ^ CentralBody
);
[Java]
public  alignToNorth(
   String CentralBody
);
[Unmanaged C++]
public: HRESULT AlignToNorth(
   BSTR CentralBody
);

Parameters

CentralBody
The central body that the marker will point towards the north axis of.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.