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