Returns the segments contained within the target sequence.
Read-only property
[Visual Basic .NET] |
---|
Public Property Segments() As IAgVAMCSSegmentCollection |
[C#] |
---|
public IAgVAMCSSegmentCollection Segments {get;} |
[Managed C++] |
---|
public: __property IAgVAMCSSegmentCollection ^ get_Segments(); |
[Unmanaged C++] |
---|
public: HRESULT get_Segments( IAgVAMCSSegmentCollection ** ppVAMCSSegmentCollection ); |
[Java] |
---|
public IAgVAMCSSegmentCollection getSegments(); |
[Python - STK API ] |
---|
@property def Segments(self) -> "IAgVAMCSSegmentCollection": |