STK AstrogatorSend comments on this topic.
Sequence Property (IAgVAAutomaticSequence)
See Also
Windows





Windows & Linux

Description

Returns the segment collection of the sequence.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.