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





Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Wy() As Double

[C#]
public double Wy {get; set;}

[Managed C++]
public: __property double get_Wy();
public: __property void set_Wy(
double
);

[Unmanaged C++]
public: HRESULT get_Wy(
double * pRetVal
);
public: HRESULT put_Wy(
double NewWy
);

[Java]
public double getWy();public void setWy(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1