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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Wz() As Double
[C#]
public double Wz {get; set;}
[Managed C++]
public: __property double get_Wz();
public: __property void set_Wz(
   double
);
[Unmanaged C++]
public: HRESULT get_Wz(
   double * pRetVal
);
public: HRESULT put_Wz(
   double NewWz
);
[Java]
public double getWz();
public void setWz(
   double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.