AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.