STK ObjectsSend comments on this topic.
RemoveSeg Method (IAgVeSGP4SegmentCollection)
See Also
Index
The index of the collection.
Windows





Windows & Linux

Description

Removes a Segment given an index

Syntax

[Visual Basic .NET]
Public Sub RemoveSeg( _
    ByVal Index As Integer _
)
[C#]
public void RemoveSeg(
    int Index
);
[Managed C++]
public: void RemoveSeg(
    int Index
);
[Unmanaged C++]
public: HRESULT RemoveSeg(
    long Index
);
[Java]
public void removeSeg(
    int Index
);
[Python - STK API ]
def RemoveSeg(self, Index:int) -> None:

Parameters

Index
The index of the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.