Opt whether to include or ignore secular variations defined by the gravity field model.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseSecularVariations() As Boolean |
[C#] |
---|
public bool UseSecularVariations {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseSecularVariations(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseSecularVariations( VARIANT_BOOL * pVal ); public: HRESULT put_UseSecularVariations( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getUseSecularVariations(); public void setUseSecularVariations( bool ); |