Initializes a rhumb line interpolator with
the specified centralBody and granularity.
[Visual Basic .NET] |
---|
Public Function InitializeWithCentralBodyAndGranularity( _
ByVal CentralBody As String, _
ByVal Granularity As Double _
) As IAgStkGraphicsRhumbLineInterpolator
|
[C#] |
---|
public IAgStkGraphicsRhumbLineInterpolator InitializeWithCentralBodyAndGranularity(
|
[Managed C++] |
---|
public: IAgStkGraphicsRhumbLineInterpolator^ InitializeWithCentralBodyAndGranularity(
|
[Java] |
---|
public IAgStkGraphicsRhumbLineInterpolator 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.