STK Graphics PrimitivesSend comments on this topic.
InitializeWithCentralBody Method (IAgStkGraphicsRhumbLineInterpolatorFactory)
See Also
CentralBody
The central body used when interpolating with Interpolate.
Windows





Windows & Linux

Description

Initializes a rhumb line interpolator with the specified centralBody and a Granularity of 1 degree.

Syntax

[Visual Basic .NET]
Public Function InitializeWithCentralBody( _
    ByVal CentralBody As String _
) As IAgStkGraphicsRhumbLineInterpolator
[C#]
public IAgStkGraphicsRhumbLineInterpolator InitializeWithCentralBody(
    string CentralBody
);
[Managed C++]
public: IAgStkGraphicsRhumbLineInterpolator^ InitializeWithCentralBody(
    String __gc ^ CentralBody
);
[Unmanaged C++]
public: HRESULT InitializeWithCentralBody(
    BSTR CentralBody,
    IAgStkGraphicsRhumbLineInterpolator ** ppRetVal
);
[Java]
public IAgStkGraphicsRhumbLineInterpolator initializeWithCentralBody(
    String CentralBody
);
[Python - STK API ]
def InitializeWithCentralBody(self, CentralBody:str) -> "IAgStkGraphicsRhumbLineInterpolator":

Parameters

CentralBody
The central body used when interpolating with Interpolate.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.