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


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

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