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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1