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


ITraverseWindow.StartPoint 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.StartPoint Property
ArcGIS Developer Help

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