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


ITraverseWindow2.Add 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.Add Method
ArcGIS Developer Help

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