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


ITraverseWindow2.Course Property (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.Course Property
ArcGIS Developer Help

ITraverseWindow2.Course Property

A reference to the ith course.

[Visual Basic .NET]
Public Function get_Course ( _
    ByVal index As Integer _
) As ICourse
[C#]
public ICourse get_Course (
    int index
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITraverseWindow2 Interface