This document is archived and information here might be outdated. Recommended version. |
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 );