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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1