Get the segment list.
Read-only property
[Visual Basic .NET] |
---|
Public Property Segments() As IAgVeSegmentsCollection |
[C#] |
---|
public IAgVeSegmentsCollection Segments {get;} |
[Managed C++] |
---|
public: __property IAgVeSegmentsCollection ^ get_Segments(); |
[Unmanaged C++] |
---|
public: HRESULT get_Segments( IAgVeSegmentsCollection ** ppVal ); |
[Java] |
---|
public IAgVeSegmentsCollection getSegments(); |
[Python - STK API ] |
---|
@property def Segments(self) -> "IAgVeSegmentsCollection": |