This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IT > ITraverseWindow Interface > ITraverseWindow.Course Property (ArcObjects .NET 10.4 SDK) |
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 );
Returns the ith Course from the Course collection. The first Course has an index of 0 and the last Course has an index equal to CourseCount - 1.