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





Description

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

Property type

Read-write property

Syntax

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

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

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

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

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1