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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.