AGI STK Util 11 Send comments on this topic.
Sequence Property (IAgOrientationYPRAngles)
See Also 





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 * pRetVal
);
public: HRESULT put_Sequence(
AgEYPRAnglesSequence NewSequence
);

[Java]
public AgEYPRAnglesSequence getSequence();public void setSequence(
AgEYPRAnglesSequence
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1