STK AstrogatorSend comments on this topic.
MainSequence Property (IAgVADriverMCS)
See Also
Windows





Windows & Linux

Description

Get the Mission Control Sequence.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MainSequence() As IAgVAMCSSegmentCollection
[C#]
public IAgVAMCSSegmentCollection MainSequence {get;}
[Managed C++]
public: __property IAgVAMCSSegmentCollection ^ get_MainSequence();
[Unmanaged C++]
public: HRESULT get_MainSequence(
    IAgVAMCSSegmentCollection ** ppVAMCSSegmentCollection
);
[Java]
public IAgVAMCSSegmentCollection getMainSequence();
[Python - STK API ]
@property
def MainSequence(self) -> "IAgVAMCSSegmentCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.