This document is archived and information here might be outdated.  Recommended version.


ITraverseWindow2.Remove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IT > ITraverseWindow2 Interface > ITraverseWindow2.Remove Method
ArcGIS Developer Help

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