Gets or sets the maximum order for force contributions from ocean tides that will be included in the computation. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property OceanTideMaxOrder() As Integer |
[C#] |
---|
public int OceanTideMaxOrder {get; set;} |
[Managed C++] |
---|
public: __property int get_OceanTideMaxOrder(); |
[Unmanaged C++] |
---|
public: HRESULT get_OceanTideMaxOrder( long * pVal ); public: HRESULT put_OceanTideMaxOrder( long InVal ); |
[Java] |
---|
public int getOceanTideMaxOrder(); public void setOceanTideMaxOrder( int ); |