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