STK Graphics PrimitivesSend comments on this topic.
Initialize Method (IAgStkGraphicsGreatArcInterpolatorFactory)
See Also
Windows





Windows & Linux

Description

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.

Syntax

[Visual Basic .NET]
Public Function Initialize() As IAgStkGraphicsGreatArcInterpolator
[C#]
public IAgStkGraphicsGreatArcInterpolator Initialize();
[Managed C++]
public: IAgStkGraphicsGreatArcInterpolator ^ Initialize();
[Unmanaged C++]
public: HRESULT Initialize(
    IAgStkGraphicsGreatArcInterpolator ** ppRetVal
);
[Java]
public IAgStkGraphicsGreatArcInterpolator initialize();
[Python - STK API ]
def Initialize(self) -> "IAgStkGraphicsGreatArcInterpolator":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.