STK AstrogatorSend comments on this topic.
AttitudeControl Property (IAgVAManeuver)
See Also
Windows





Windows & Linux

Description

Get the attitude control properties collection.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AttitudeControl() As IAgVAAttitudeControl
[C#]
public IAgVAAttitudeControl AttitudeControl {get;}
[Managed C++]
public: __property IAgVAAttitudeControl ^ get_AttitudeControl();
[Unmanaged C++]
public: HRESULT get_AttitudeControl(
    IAgVAAttitudeControl ** ppVAAttitudeControl
);
[Java]
public IAgVAAttitudeControl getAttitudeControl();
[Python - STK API ]
@property
def AttitudeControl(self) -> "IAgVAAttitudeControl":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.