STK ObjectsSend comments on this topic.
UseSecularVariations Property (IAgVeHPOPCentralBodyGravity)
See Also
Windows





Windows & Linux

Description

Opt whether to include or ignore secular variations defined by the gravity field model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseSecularVariations() As Boolean
[C#]
public bool UseSecularVariations {get; set;}
[Managed C++]
public: __property bool get_UseSecularVariations();
public: __property void set_UseSecularVariations( bool );
[Unmanaged C++]
public: HRESULT get_UseSecularVariations(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseSecularVariations(
    VARIANT_BOOL pVal
);
[Java]
public bool getUseSecularVariations();
public void setUseSecularVariations(
    bool
);
[Python - STK API ]
@property
def UseSecularVariations(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.