This document is archived and information here might be outdated. Recommended version. |
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.