STK Graphics PrimitivesSend comments on this topic.
InitializeWithCentralBodyAndGranularity Method (IAgStkGraphicsRhumbLineInterpolatorFactory)
See Also
CentralBody
The central body used when interpolating with .
Granularity
The granularity, in radians, used when interpolating with .
Windows





Windows & Linux

Description

Initializes a rhumb line interpolator with the specified centralBody and granularity.

Syntax

[Visual Basic .NET]
Public Function InitializeWithCentralBodyAndGranularity( _
    ByVal CentralBody As String, _
    ByVal Granularity As Double _
) As IAgStkGraphicsRhumbLineInterpolator
[C#]
public IAgStkGraphicsRhumbLineInterpolator InitializeWithCentralBodyAndGranularity(
    string CentralBody,
    double Granularity
);
[Managed C++]
public: IAgStkGraphicsRhumbLineInterpolator^ InitializeWithCentralBodyAndGranularity(
    String __gc ^ CentralBody,
    double Granularity
);
[Unmanaged C++]
public: HRESULT InitializeWithCentralBodyAndGranularity(
    BSTR CentralBody,
    double Granularity,
    IAgStkGraphicsRhumbLineInterpolator ** ppRetVal
);
[Java]
public IAgStkGraphicsRhumbLineInterpolator initializeWithCentralBodyAndGranularity(
    String CentralBody,
    double Granularity
);
[Python - STK API]
def InitializeWithCentralBodyAndGranularity(self, CentralBody:str, Granularity:float) -> "IAgStkGraphicsRhumbLineInterpolator":

Parameters

CentralBody
The central body used when interpolating with .
Granularity
The granularity, in radians, used when interpolating with .

See Also

© 2021 Analytical Graphics, Inc. All Rights Reserved.