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


INAServerVRPParams.ReturnRouteSeedPoints 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.ReturnRouteSeedPoints Property
ArcGIS Developer Help

INAServerVRPParams.ReturnRouteSeedPoints Property

Indicates if the Route Seed Points recordset should be returned with the analysis results.

[Visual Basic .NET]
Public Property ReturnRouteSeedPoints As Boolean
[C#]
public bool ReturnRouteSeedPoints {get; set;}
[C++]
HRESULT get_ReturnRouteSeedPoints(
  VARIANT_BOOL ReturnRouteSeedPoints
);
[C++]
HRESULT put_ReturnRouteSeedPoints(
  Boolean* ReturnRouteSeedPoints
);
[C++]
Parameters
ReturnRouteSeedPoints [in]

ReturnRouteSeedPoints is a parameter of type bool ReturnRouteSeedPoints [out, retval]
ReturnRouteSeedPoints is a parameter of type bool*

Product Availability

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

See Also

INAServerVRPParams Interface