This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IT > ITraverseWindow Interface > ITraverseWindow.Add Method (ArcObjects .NET 10.4 SDK) |
Add the course that is defined by the current course parameters.
[Visual Basic .NET]
Public Sub Add ( _
)
[C#] public void Add ( );
Adds a course to the end of the traverse desfined within the TraverseWindow. The course must be specified using the other methods on the ITraverseWindow interface.
The StartPoint needs to exist before any courses can be added.