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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.