STK ObjectsSend 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 * pVal
);
public: HRESULT put_UseOceanTides(
    VARIANT_BOOL UseOceanTides
);
[Java]
public bool getUseOceanTides();
public void setUseOceanTides(
    bool
);
[Python - STK API ]
@property
def UseOceanTides(self) -> bool:

@UseOceanTides.setter
def UseOceanTides(self, UseOceanTides:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.