Initializes a great arc interpolator with the specified centralBody and granularity.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsGreatArcInterpolator InitializeWithCentralBodyAndGranularity( string CentralBody, double Granularity ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsGreatArcInterpolator^ InitializeWithCentralBodyAndGranularity( String __gc ^ CentralBody, double Granularity ); |
| [Java] |
|---|
public IAgStkGraphicsGreatArcInterpolator initializeWithCentralBodyAndGranularity( String CentralBody, double Granularity ); |
| [Unmanaged C++] |
|---|
|
- CentralBody
- The central body used when interpolating with Interpolate.
- Granularity
- The granularity, in radians, used when interpolating with Interpolate.





