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


ITraverseWindow.FinishPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IT > ITraverseWindow Interface > ITraverseWindow.FinishPoint Property
ArcGIS Developer Help

ITraverseWindow.FinishPoint Property

The specified end point of the traverse.

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

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

ITraverseWindow Interface