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