ArcObjects Library Reference (Editor)  

ITraverseWindow2.FinishPoint Property

The specified end point of the traverse.

[Visual Basic .NET]
Public Property FinishPoint As IPoint
[C#]
public IPoint FinishPoint {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

An optional finish point for the traverse. The finish point is only used by the Closure command and Adjust command on the Traverse dialog.

See Also

ITraverseWindow2 Interface