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


IGSForwardStar.ShortestPath Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

IGSForwardStar.ShortestPath Property

Shortest path ids from the first to the last element in source path, passing thru given points (max two).

[Visual Basic .NET]
Public Function get_ShortestPath ( _
    ByVal pSourcePath As ILongArray _
) As ILongArray
[C#]
public ILongArray get_ShortestPath (
    ILongArray pSourcePath
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGSForwardStar Interface