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






Windows & Linux

Description

Opt whether to include the perturbation of the gravity field caused by the effects of ocean tides.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseOceanTides();
public: __property void set_UseOceanTides(
bool
);

[Unmanaged C++]
public: HRESULT get_UseOceanTides(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseOceanTides(
VARIANT_BOOL NewUseOceanTides
);

[Java]
public bool getUseOceanTides();public void setUseOceanTides(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface