Removes a Segment given an index
| [Visual Basic .NET] |
|---|
Public Sub RemoveSeg( _ ByVal Index As Integer _ ) |
| [C#] |
|---|
public void RemoveSeg( |
| [Managed C++] |
|---|
public: void RemoveSeg( |
| [Java] |
|---|
public removeSeg( |
| [Unmanaged C++] |
|---|
public: HRESULT RemoveSeg( |
- Index
- The index of the collection.
