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





Description

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

Property type

Read-write property

Syntax

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

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

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

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

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1