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