AGI STK Graphics 11 Send comments on this topic.
InitializeWithCentralBody Method (IAgStkGraphicsGreatArcInterpolatorFactory)
See Also 
CentralBody
The central body used when interpolating with Interpolate.





Description

Initializes a great arc interpolator with the specified centralBody and a Granularity of 1 degree.

Syntax

[Visual Basic .NET]
Public Function InitializeWithCentralBody( _
   ByVal CentralBody As String _
) As IAgStkGraphicsGreatArcInterpolator

[C#]
public IAgStkGraphicsGreatArcInterpolator InitializeWithCentralBody(
string CentralBody
);

[Managed C++]
public: IAgStkGraphicsGreatArcInterpolator^ InitializeWithCentralBody(
String __gc ^ CentralBody
);

[Java]
public IAgStkGraphicsGreatArcInterpolator initializeWithCentralBody(
String CentralBody
);

[Unmanaged C++]
public: HRESULT InitializeWithCentralBody(
BSTR CentralBody,
IAgStkGraphicsGreatArcInterpolator ** ReturnValue
);

Parameters

CentralBody
The central body used when interpolating with Interpolate.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1