Sets the up vector of the markers to point
towards the axis of centralBody. It will be aligned with the
tangent vector of the surface that points towards the axis. Setting
axis to the north axis of the centralBody will have the same effect
as calling
MarkerBatchPrimitive.AlignToNorth.
[Visual Basic .NET] |
---|
Public Sub AlignToAxis( _
ByVal CentralBody As String, _
ByRef Axis As System.Array _
)
|
[C#] |
---|
public void AlignToAxis(
|
[Managed C++] |
---|
public: void AlignToAxis(
|
[Java] |
---|
public alignToAxis(
|
[Unmanaged C++] |
---|
public: HRESULT AlignToAxis(
|
- CentralBody
- The central body that the marker will point towards the axis of.
- Axis
- The axis to align each marker's up vector to.