STK AstrogatorSend comments on this topic.
OceanTideMaxOrder Property (IAgVAGravityFieldFunction)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_OceanTideMaxOrder(
    long InVal
);
[Java]
public int getOceanTideMaxOrder();
public void setOceanTideMaxOrder(
    int
);
[Python - STK API ]
@property
def OceanTideMaxOrder(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.