This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IT > ITraverseWindow2 Interface > ITraverseWindow2.Remove Method (ArcObjects .NET 10.4 SDK) |
Removes the ith course from the traverse.
[Visual Basic .NET] Public Sub Remove ( _ ByVal index As Integer _ )
[C#] public void Remove ( int index );
Removes the ith course from the traverse window. You cannot remove the 0th course if it is Course Type is either esriCTAngleDistance or esriCTTangentCurve.