ArcObjects Library Reference (Editor)  

ITraverseWindow.StartPoint Property

The specified start point of the traverse.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

The starting coordinates of the traverse. The start point must be set before any courses can be added to the traverse with the Add method.

See Also

ITraverseWindow Interface