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


ITraverseWindow.CourseCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

ITraverseWindow.CourseCount Property

The number of courses in the traverse.

[Visual Basic .NET]
Public ReadOnly Property CourseCount As Integer
[C#]
public int CourseCount {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Returns the number of courses in the Course collection. The last course in the Course collection has an index equal to CourseCount - 1.

See Also

ITraverseWindow Interface