ArcObjects Library Reference (Editor)  

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