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





