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






Windows & Linux

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.