AGI STK Astrogator 11 Send comments on this topic.
IncludeTimeDependentSolidTides Property (IAgVAGravityFieldFunction)
See Also 





Description

True if including time dependent solid tides.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IncludeTimeDependentSolidTides() As Boolean

[C#]
public bool IncludeTimeDependentSolidTides {get; set;}

[Managed C++]
public: __property bool get_IncludeTimeDependentSolidTides();
public: __property void set_IncludeTimeDependentSolidTides(
bool
);

[Unmanaged C++]
public: HRESULT get_IncludeTimeDependentSolidTides(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IncludeTimeDependentSolidTides(
VARIANT_BOOL NewIncludeTimeDependentSolidTides
);

[Java]
public bool getIncludeTimeDependentSolidTides();public void setIncludeTimeDependentSolidTides(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1