AGI STK Util 11 Send comments on this topic.
Yaw Property (IAgOrientationYPRAngles)
See Also 





Description

Yaw angle. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Yaw() As System.Object

[C#]
public System.Object Yaw {get; set;}

[Managed C++]
public: __property VARIANT get_Yaw();
public: __property void set_Yaw(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Yaw(
VARIANT * pRetVal
);
public: HRESULT put_Yaw(
VARIANT NewYaw
);

[Java]
public Variant getYaw();public void setYaw(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1