STK ObjectsSend comments on this topic.
MaxOrder Property (IAgVeHPOPCentralBodyGravity)
See Also
Windows





Windows & Linux

Description

Maximum order of geopotential coefficients to be included for Central Body gravity computations. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxOrder() As Integer
[C#]
public int MaxOrder {get; set;}
[Managed C++]
public: __property int get_MaxOrder();
public: __property void set_MaxOrder( int );
[Unmanaged C++]
public: HRESULT get_MaxOrder(
    long * pVal
);
public: HRESULT put_MaxOrder(
    long MaxOrder
);
[Java]
public int getMaxOrder();
public void setMaxOrder(
    int
);
[Python - STK API ]
@property
def MaxOrder(self) -> int:

@MaxOrder.setter
def MaxOrder(self, MaxOrder:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.