AGI STK Objects 11 Send comments on this topic.
SetMaximumDegreeAndOrder Method (IAgVeHPOPCentralBodyGravity)
See Also 
MaximumDegree
MaximumOrder





Description

Set maximum degree and maximum order of geopotential coefficients to be included for Central Body gravity computations. An exception is raised if MaximumDegree is less than MaximumOrder. Both values are dimensionless.

Syntax

[Visual Basic .NET]
Public Sub SetMaximumDegreeAndOrder( _
   ByVal MaximumDegree As Integer, _
   ByVal MaximumOrder As Integer _
) 

[C#]
public void SetMaximumDegreeAndOrder(
int MaximumDegree,
int MaximumOrder
);

[Managed C++]
public: void SetMaximumDegreeAndOrder(
int MaximumDegree,
int MaximumOrder
);

[Java]
public  setMaximumDegreeAndOrder(
ppInteger MaximumDegree,
ppInteger MaximumOrder
);

[Unmanaged C++]
public: HRESULT SetMaximumDegreeAndOrder(
int MaximumDegree,
int MaximumOrder
);

Parameters

MaximumDegree
MaximumOrder

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1