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


INAServerVRPParams.RouteSeedPoints Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPParams Interface > INAServerVRPParams.RouteSeedPoints Property
ArcGIS Developer Help

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 [in]

RouteSeedPoints is a parameter of type INAServerLocations* RouteSeedPoints [out, retval]
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