AGI STK Astrogator 11Send comments on this topic.
AttitudeUpdate Property (IAgVAAttitudeControlFiniteAttitude)
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 * pRetVal
);
public: HRESULT put_AttitudeUpdate(
   AgEVAAttitudeUpdate NewAttitudeUpdate
);
[Java]
public AgEVAAttitudeUpdate getAttitudeUpdate();public void setAttitudeUpdate(
   AgEVAAttitudeUpdate
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.