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


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

INAServerVRPParams.ReturnBreaks Property

Indicates if the output Breaks recordset should be returned with the analysis results.

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

ReturnBreaks is a parameter of type bool ReturnBreaks [out, retval]
ReturnBreaks 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