AGI STK Astrogator 11 Send comments on this topic.
SequenceStateToPass Property (IAgVAMCSSequence)
See Also 





Description

State To Pass To Next Segment - the state of the sequence to pass.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SequenceStateToPass() As AgEVASequenceStateToPass

[C#]
public AgEVASequenceStateToPass SequenceStateToPass {get; set;}

[Managed C++]
public: __property AgEVASequenceStateToPass get_SequenceStateToPass();
public: __property void set_SequenceStateToPass(
AgEVASequenceStateToPass
);

[Unmanaged C++]
public: HRESULT get_SequenceStateToPass(
AgEVASequenceStateToPass * pRetVal
);
public: HRESULT put_SequenceStateToPass(
AgEVASequenceStateToPass NewSequenceStateToPass
);

[Java]
public AgEVASequenceStateToPass getSequenceStateToPass();public void setSequenceStateToPass(
AgEVASequenceStateToPass
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1