STK ObjectsSend comments on this topic.
TruncateSolidTides Property (IAgVeSolidTides)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_TruncateSolidTides(
    VARIANT_BOOL pVal
);
[Java]
public bool getTruncateSolidTides();
public void setTruncateSolidTides(
    bool
);
[Python - STK API ]
@property
def TruncateSolidTides(self) -> bool:

@TruncateSolidTides.setter
def TruncateSolidTides(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.