Initializes a default great arc interpolator. This is equivalent to constructing a great arc interpolator with a central body equal to an instance of earth central body and a granularity of 1 degree.
| [Visual Basic .NET] |
|---|
Public Function Initialize() As IAgStkGraphicsGreatArcInterpolator |
| [C#] |
|---|
public IAgStkGraphicsGreatArcInterpolator Initialize(); |
| [Managed C++] |
|---|
public: IAgStkGraphicsGreatArcInterpolator ^ Initialize(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsGreatArcInterpolator initialize(); |
| [Python - STK API] |
|---|
def Initialize(self) -> "IAgStkGraphicsGreatArcInterpolator": |





