AGI STK Objects 11 Send comments on this topic.
IncTimeDepSolidTides Property (IAgVeSolidTides)
See Also 





Description

Time-dependent solid tide effects: opt whether to account for the secondary contribution from certain effects of loading the crust and core.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IncTimeDepSolidTides();
public: __property void set_IncTimeDepSolidTides(
bool
);

[Unmanaged C++]
public: HRESULT get_IncTimeDepSolidTides(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IncTimeDepSolidTides(
VARIANT_BOOL NewIncTimeDepSolidTides
);

[Java]
public bool getIncTimeDepSolidTides();public void setIncTimeDepSolidTides(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1