AGI Common Entity Library 11 Send comments on this topic.
Q3 Property (IAgEntityAttitudeQuaternion)
See Also 





Description

The third element.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Q3();
public: __property void set_Q3(
double
);

[Unmanaged C++]
public: HRESULT get_Q3(
double * pRetVal
);
public: HRESULT put_Q3(
double NewQ3
);

[Java]
public double getQ3();public void setQ3(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1