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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1