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


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

ITraverseWindow2.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

ITraverseWindow2 Interface