STK ObjectsSend 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
);
[Python - STK API ]
@property
def IncRelativisticAcc(self) -> bool:

@IncRelativisticAcc.setter
def IncRelativisticAcc(self, IncRelativisticAcc:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.