Removes a Segment given an index.
[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: |
- Index
- The index of the collection.