STK AstrogatorSend comments on this topic.
AttitudeUpdate Property (IAgVAAttitudeControlFiniteVelocityVector)
See Also
Windows





Windows & Linux

Description

How and when the attitude will be updated.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AttitudeUpdate() As AgEVAAttitudeUpdate
[C#]
public AgEVAAttitudeUpdate AttitudeUpdate {get; set;}
[Managed C++]
public: __property AgEVAAttitudeUpdate get_AttitudeUpdate();
public: __property void set_AttitudeUpdate( AgEVAAttitudeUpdate );
[Unmanaged C++]
public: HRESULT get_AttitudeUpdate(
    AgEVAAttitudeUpdate * pVal
);
public: HRESULT put_AttitudeUpdate(
    AgEVAAttitudeUpdate newVal
);
[Java]
public AgEVAAttitudeUpdate getAttitudeUpdate();
public void setAttitudeUpdate(
    AgEVAAttitudeUpdate
);
[Python - STK API ]
@property
def AttitudeUpdate(self) -> "AgEVAAttitudeUpdate":

@AttitudeUpdate.setter
def AttitudeUpdate(self, newVal:"AgEVAAttitudeUpdate") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.