Adds a default segment.
[Visual Basic .NET] |
---|
Public Function AddSeg() As IAgVeSGP4Segment |
[C#] |
---|
public IAgVeSGP4Segment AddSeg(); |
[Managed C++] |
---|
public: IAgVeSGP4Segment ^ AddSeg(); |
[Unmanaged C++] |
---|
public: HRESULT AddSeg( IAgVeSGP4Segment ** ppRetVal ); |
[Java] |
---|
public IAgVeSGP4Segment addSeg(); |
[Python - STK API ] |
---|
def AddSeg(self) -> "IAgVeSGP4Segment": |