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


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

ITraverseWindow2.StartPoint Property

The specified start point of the traverse.

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

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

ITraverseWindow2 Interface