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


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

ITraverseWindow2.IsClosedLoop Property

Indicates if the traverse is a closed loop.

[Visual Basic .NET]
Public Property IsClosedLoop As Boolean
[C#]
public bool IsClosedLoop {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The Closed Loop checkbox on the Traverse Window dialog is enabled if both the start and finish point are set.

 

See Also

ITraverseWindow2 Interface