ArcObjects Library Reference (NetworkAnalyst)  

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(
  VARIANT_BOOL ReturnRouteSeedPoints
);
[C++]

Parameters

ReturnRouteSeedPoints [out, retval]   ReturnRouteSeedPoints is a parameter of type VARIANT_BOOL ReturnRouteSeedPoints [in]   ReturnRouteSeedPoints is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INAServerVRPParams Interface