AGI STK Astrogator 11 Send comments on this topic.
Order Property (IAgVAGravityFieldFunction)
See Also 





Description

The order of geopotential coefficients to be included for Central Body gravity computations. Valid range is from 0 to 90, depending on the gravity model. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Order() As Integer

[C#]
public int Order {get; set;}

[Managed C++]
public: __property int get_Order();
public: __property void set_Order(
int
);

[Unmanaged C++]
public: HRESULT get_Order(
long * pRetVal
);
public: HRESULT put_Order(
long NewOrder
);

[Java]
public int getOrder();public void setOrder(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1