Initializes a rhumb line interpolator with the specified centralBody and granularity.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsRhumbLineInterpolator InitializeWithCentralBodyAndGranularity( string CentralBody, double Granularity ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsRhumbLineInterpolator^ InitializeWithCentralBodyAndGranularity( String __gc ^ CentralBody, double Granularity ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsRhumbLineInterpolator initializeWithCentralBodyAndGranularity( String CentralBody, double Granularity ); |
| [Python - STK API] |
|---|
def InitializeWithCentralBodyAndGranularity(self, CentralBody:str, Granularity:float) -> "IAgStkGraphicsRhumbLineInterpolator": |
- CentralBody
- The central body used when interpolating with
. - Granularity
- The granularity, in radians, used when interpolating with
.





