AGI STK Objects 11 Send comments on this topic.
UseSolidTides Property (IAgVeHPOPCentralBodyGravity)
See Also 





Description

This property is deprecated. Use SolidTideType instead.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseSolidTides();
public: __property void set_UseSolidTides(
bool
);

[Unmanaged C++]
public: HRESULT get_UseSolidTides(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseSolidTides(
VARIANT_BOOL NewUseSolidTides
);

[Java]
public bool getUseSolidTides();public void setUseSolidTides(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1