AGI STK Util 11Send comments on this topic.
SetValues Method (IAgOrientationYPRAngles)
See Also
Sequence
Yaw
The Yaw value.
Pitch

The Pitch value.

Roll
The Roll value.
Windows






Windows & Linux

Description

This property is deprecated. Use AssignYPRAngles instead.

Syntax

[Visual Basic .NET]
Public Sub SetValues( _
    ByVal Sequence As AgEYPRAnglesSequence, _
    ByVal Yaw As System.Object, _
    ByVal Pitch As System.Object, _
    ByVal Roll As System.Object _
) As 
[C#]
public void SetValues(
    AgEYPRAnglesSequence Sequence,
    System.Object Yaw,
    System.Object Pitch,
    System.Object Roll
);
[Managed C++]
public: void SetValues(
    AgEYPRAnglesSequence Sequence,
    VARIANT Yaw,
    VARIANT Pitch,
    VARIANT Roll
);
[Java]
public void setValues(
    AgEYPRAnglesSequence Sequence,
    VARIANT Yaw,
    VARIANT Pitch,
    VARIANT Roll
);
[Unmanaged C++]
public: HRESULT SetValues(
    AgEYPRAnglesSequence Sequence,
    VARIANT Yaw,
    VARIANT Pitch,
    VARIANT Roll
);

Parameters

Sequence
Yaw
The Yaw value.
Pitch

The Pitch value.

Roll
The Roll value.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.