Description
Models the effects of general relativity in
accordance with IERS Technical Note 32, IERS Conventions
(2003).
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property IncRelativisticAcc() As Boolean
|
[C#] |
public bool IncRelativisticAcc {get; set;}
|
[Managed C++] |
public: __property bool get_IncRelativisticAcc();
public: __property void set_IncRelativisticAcc(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_IncRelativisticAcc(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IncRelativisticAcc(
VARIANT_BOOL NewIncRelativisticAcc
);
|
[Java] |
public bool getIncRelativisticAcc();public void setIncRelativisticAcc(
bool
);
|
See Also