Returns the segment collection of the sequence.
Read-only property
[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": |