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





Description

Euler rotation sequence. Must be set before A,B,C values. Otherwise the current A,B,C values will be converted to the Sequence specified.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Sequence() As AgEEulerOrientationSequence

[C#]
public AgEEulerOrientationSequence Sequence {get; set;}

[Managed C++]
public: __property AgEEulerOrientationSequence get_Sequence();
public: __property void set_Sequence(
AgEEulerOrientationSequence
);

[Unmanaged C++]
public: HRESULT get_Sequence(
AgEEulerOrientationSequence * pRetVal
);
public: HRESULT put_Sequence(
AgEEulerOrientationSequence NewSequence
);

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1