STK Vector Geometry ToolSend comments on this topic.
UseCentralBodyInertial Property (IAgCrdnParameterSetOrbit)
See Also
Windows





Windows & Linux

Description

Get the option that determines whether to specify the reference coordinate system or to the inherit inertial reference system from the central body.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseCentralBodyInertial() As Boolean
[C#]
public bool UseCentralBodyInertial {get; set;}
[Managed C++]
public: __property bool get_UseCentralBodyInertial();
public: __property void set_UseCentralBodyInertial( bool );
[Unmanaged C++]
public: HRESULT get_UseCentralBodyInertial(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseCentralBodyInertial(
    VARIANT_BOOL UseCentralBodyInertial
);
[Java]
public bool getUseCentralBodyInertial();
public void setUseCentralBodyInertial(
    bool
);
[Python - STK API ]
@property
def UseCentralBodyInertial(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.