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





Windows & Linux

Description

Initializes a great arc interpolator with the specified centralBody and granularity.

Syntax

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

Parameters

CentralBody
The central body used when interpolating with Interpolate.
Granularity
The granularity used when interpolating with Interpolate.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.