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






Windows & Linux

Description

The maximum degree 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 OceanTideMaxDegree() As Integer

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

[Managed C++]
public: __property int get_OceanTideMaxDegree();
public: __property void set_OceanTideMaxDegree(
int
);

[Unmanaged C++]
public: HRESULT get_OceanTideMaxDegree(
long * pRetVal
);
public: HRESULT put_OceanTideMaxDegree(
long NewOceanTideMaxDegree
);

[Java]
public int getOceanTideMaxDegree();public void setOceanTideMaxDegree(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface