AGI STK Objects 11Send comments on this topic.
Wx Property (IAgVeIntegratedAttitude)
See Also 
Windows






Windows & Linux

Description

Body fixed wx rate: initial angular velocity rate about the satellite's X axis. Uses AngleRate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Wx() As Double
[C#]
public double Wx {get; set;}
[Managed C++]
public: __property double get_Wx();
public: __property void set_Wx(
   double
);
[Unmanaged C++]
public: HRESULT get_Wx(
   double * pRetVal
);
public: HRESULT put_Wx(
   double NewWx
);
[Java]
public double getWx();
public void setWx(
   double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.