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





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 * pRetVal
);
public: HRESULT put_UseSecularVariations(
VARIANT_BOOL NewUseSecularVariations
);

[Java]
public bool getUseSecularVariations();public void setUseSecularVariations(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1