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






Windows & Linux

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 _
) As 
[C#]
public void SetMaximumDegreeAndOrder(
    int MaximumDegree,
    int MaximumOrder
);
[Managed C++]
public: void SetMaximumDegreeAndOrder(
    int MaximumDegree,
    int MaximumOrder
);
[Java]
public void setMaximumDegreeAndOrder(
    Integer MaximumDegree,
    Integer MaximumOrder
);
[Unmanaged C++]
public: HRESULT SetMaximumDegreeAndOrder(
    int MaximumDegree,
    int MaximumOrder
);

Parameters

MaximumDegree
MaximumOrder

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.