STK UtilSend comments on this topic.
Sequence Property (IAgOrientationYPRAngles)
See Also
Windows






Windows & Linux

Description

YPR sequence. Must be set before Yaw,Pitch,Roll values. Otherwise the current Yaw,Pitch,Roll values will be converted to the Sequence specified.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Sequence() As AgEYPRAnglesSequence
[C#]
public AgEYPRAnglesSequence Sequence {get; set;}
[Managed C++]
public: __property AgEYPRAnglesSequence get_Sequence();
public: __property void set_Sequence( AgEYPRAnglesSequence );
[Unmanaged C++]
public: HRESULT get_Sequence(
    AgEYPRAnglesSequence * pVal
);
public: HRESULT put_Sequence(
    AgEYPRAnglesSequence AgEYPRAnglesSequence
);
[Java]
public AgEYPRAnglesSequence getSequence();
public void setSequence(
    AgEYPRAnglesSequence
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.