STK ObjectsSend comments on this topic.
MaximumOrder Property (IAgVeGravity)
See Also
Windows





Windows & Linux

Description

Maximum order to use in the gravity field when propagating the state error covariance matrix. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaximumOrder() As Integer
[C#]
public int MaximumOrder {get; set;}
[Managed C++]
public: __property int get_MaximumOrder();
public: __property void set_MaximumOrder( int );
[Unmanaged C++]
public: HRESULT get_MaximumOrder(
    long * pVal
);
public: HRESULT put_MaximumOrder(
    long MaximumOrder
);
[Java]
public int getMaximumOrder();
public void setMaximumOrder(
    int
);
[Python - STK API ]
@property
def MaximumOrder(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.