Initializes a rhumb line interpolator with the specified centralBody and a Granularity of
1 degree.| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsRhumbLineInterpolator InitializeWithCentralBody( string CentralBody ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsRhumbLineInterpolator^ InitializeWithCentralBody( String __gc ^ CentralBody ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsRhumbLineInterpolator initializeWithCentralBody( String CentralBody ); |
[Python - STK API ] |
|---|
def InitializeWithCentralBody(self, CentralBody:str) -> "IAgStkGraphicsRhumbLineInterpolator": |
- CentralBody
- The central body used when interpolating with Interpolate.






