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


IGSForwardStar.ShortestPath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IG > IGSForwardStar Interface > IGSForwardStar.ShortestPath Property
ArcGIS Developer Help

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