Initializes a great arc interpolator with the specified centralBody and a Granularity of
1 degree.| [Visual Basic .NET] |
|---|
Public Function InitializeWithCentralBody( _ ByVal CentralBody As String _ ) As IAgStkGraphicsGreatArcInterpolator |
| [C#] |
|---|
public IAgStkGraphicsGreatArcInterpolator InitializeWithCentralBody( |
| [Managed C++] |
|---|
public: IAgStkGraphicsGreatArcInterpolator^ InitializeWithCentralBody( |
| [Java] |
|---|
public IAgStkGraphicsGreatArcInterpolator initializeWithCentralBody( |
| [Unmanaged C++] |
|---|
public: HRESULT InitializeWithCentralBody( |
- CentralBody
- The central body used when interpolating with Interpolate.
