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





Description

The maximum order for force contributions from ocean tides that will be included in the computation. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_OceanTideMaxOrder();
public: __property void set_OceanTideMaxOrder(
int
);

[Unmanaged C++]
public: HRESULT get_OceanTideMaxOrder(
long * pRetVal
);
public: HRESULT put_OceanTideMaxOrder(
long NewOceanTideMaxOrder
);

[Java]
public int getOceanTideMaxOrder();public void setOceanTideMaxOrder(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1