ArcFM Engine Developer Guide
FindRoute(IPointCollection) Method


Syntax
'Declaration
 
Public Overloads Function FindRoute( _
   ByVal pointCollection As ESRI.ArcGIS.Geometry.IPointCollection _
) As ESRI.ArcGIS.Geometry.IPolyline
'Usage
 
Dim instance As DirectionSearchNetworkAnalystSolver
Dim pointCollection As ESRI.ArcGIS.Geometry.IPointCollection
Dim value As ESRI.ArcGIS.Geometry.IPolyline
 
value = instance.FindRoute(pointCollection)
public ESRI.ArcGIS.Geometry.IPolyline FindRoute( 
   ESRI.ArcGIS.Geometry.IPointCollection pointCollection
)

Parameters

pointCollection
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DirectionSearchNetworkAnalystSolver Class
DirectionSearchNetworkAnalystSolver Members
Overload List

 

 


Send Comment