|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPParams Interface > INAServerVRPParams.RouteSeedPoints Property (ArcObjects .NET 10.5 SDK) | 
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