Get the attitude control properties collection.
Read-only property
[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": |