ArcObjects Library Reference (Editor)  

ITraverseWindow2.Remove Method

Removes the ith course from the traverse.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal index As Integer _
)
[C#]
public void Remove (
    int index
);

Product Availability

Available with ArcGIS Desktop.

Description

Removes the ith course from the traverse window. You cannot remove the 0th course if it is Course Type is either esriCTAngleDistance or esriCTTangentCurve.

See Also

ITraverseWindow2 Interface