AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_TruncateSolidTides(
VARIANT_BOOL NewTruncateSolidTides
);

[Java]
public bool getTruncateSolidTides();public void setTruncateSolidTides(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface