STK AstrogatorSend comments on this topic.
ThrusterDirection Property (IAgVAThruster)
See Also
Windows





Windows & Linux

Description

A thruster direction value.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ThrusterDirection() As IAgDirection
[C#]
public IAgDirection ThrusterDirection {get;}
[Managed C++]
public: __property IAgDirection ^ get_ThrusterDirection();
[Unmanaged C++]
public: HRESULT get_ThrusterDirection(
    IAgDirection ** ppDirection
);
[Java]
public IAgDirection getThrusterDirection();
[Python - STK API ]
@property
def ThrusterDirection(self) -> "IAgDirection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.