AGI STK Util 11 Send comments on this topic.
QZ Property (IAgOrientationQuaternion)
See Also 





Description

qz vector component. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_QZ();
public: __property void set_QZ(
double
);

[Unmanaged C++]
public: HRESULT get_QZ(
double * pRetVal
);
public: HRESULT put_QZ(
double NewQZ
);

[Java]
public double getQZ();public void setQZ(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1