ArcObjects Library Reference (Editor)  

ITraverseWindow2.Add Method

Add the course that is defined by the current course parameters.

[Visual Basic .NET]
Public Sub Add ( _
)
[C#]
public void Add (
);

Product Availability

Available with ArcGIS Desktop.

Description

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.

See Also

ITraverseWindow2 Interface