Description
True if solid tide terms (including permanent
tide) won't be included beyond the degree and order selected for
the gravity model.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property TruncateSolidTides() As Boolean
|
| [C#] |
public bool TruncateSolidTides {get; set;}
|
| [Managed C++] |
public: __property bool get_TruncateSolidTides();
public: __property void set_TruncateSolidTides(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_TruncateSolidTides(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_TruncateSolidTides(
VARIANT_BOOL NewTruncateSolidTides
);
|
| [Java] |
public bool getTruncateSolidTides();public void setTruncateSolidTides(
bool
);
|
See Also