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 _
) 
[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  setValues(
   AgEYPRAnglesSequence Sequence,
   Variant Yaw,
   Variant Pitch,
   Variant Roll
);
[Unmanaged C++]
public: HRESULT SetValues(
   AgEYPRAnglesSequence Sequence,
   VARIANT Yaw,
   VARIANT Pitch,
   VARIANT Roll
);

Parameters

Sequence
MemberValueDescription
ePRY0PRY sequence.
ePYR1PYR sequence.
eRPY2RPY sequence.
eRYP3RYP sequence.
eYPR4YPR sequence.
eYRP5YRP sequence.
Yaw
The Yaw value.
Pitch

The Pitch value.

Roll
The Roll value.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.