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 Sequence
);
[Java]
public AgEYPRAnglesSequence getSequence();
public void setSequence(
    AgEYPRAnglesSequence
);
[Python - STK API ]
@property
def Sequence(self) -> "AgEYPRAnglesSequence":

@Sequence.setter
def Sequence(self, Sequence:"AgEYPRAnglesSequence") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.