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 * pVal
);
public: HRESULT put_Yaw(
VARIANT vYaw
);
|
[Java] |
---|
public AgVariant getYaw();
public void setYaw(
AgVariant
);
|
[Python - STK API] |
---|
@property
def Yaw(self) -> typing.Any:
@Yaw.setter
def Yaw(self, vYaw:typing.Any) -> None:
|
See Also