AGI STK Objects 11 Send comments on this topic.
MaxOrder Property (IAgVeOceanTides)
See Also 





Description

Maximum order: limit the ocean tide model to contributions of a specified maximum order. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_MaxOrder();
public: __property void set_MaxOrder(
int
);

[Unmanaged C++]
public: HRESULT get_MaxOrder(
long * pRetVal
);
public: HRESULT put_MaxOrder(
long NewMaxOrder
);

[Java]
public int getMaxOrder();public void setMaxOrder(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1