ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPParams.RouteSeedPoints Property

RecordSet or array of PropertySets representing Route Seed Points loaded as network locations during analysis.

[Visual Basic .NET]
Public Property RouteSeedPoints As INAServerLocations
[C#]
public INAServerLocations RouteSeedPoints {get; set;}
[C++]
HRESULT get_RouteSeedPoints(
  INAServerLocations** RouteSeedPoints
);
[C++]
HRESULT putref_RouteSeedPoints(
  INAServerLocations* RouteSeedPoints
);
[C++]

Parameters

RouteSeedPoints [out, retval]

  RouteSeedPoints is a parameter of type INAServerLocations

RouteSeedPoints [in]

  RouteSeedPoints is a parameter of type INAServerLocations

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

INAServerVRPParams Interface