AGI STK Objects 11Send comments on this topic.
IncRelativisticAcc Property (IAgVeStatic)
See Also
Windows






Windows & Linux

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 * pVal
);
public: HRESULT put_IncRelativisticAcc(
    VARIANT_BOOL IncRelativisticAcc
);
[Java]
public bool getIncRelativisticAcc();
public void setIncRelativisticAcc(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.