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


INAServerVRPParams.Breaks Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPParams.Breaks Property

RecordSet or array of PropertySets representing Breaks loaded as network locations during analysis.

[Visual Basic .NET]
Public Property Breaks As INAServerLocations
[C#]
public INAServerLocations Breaks {get; set;}
[C++]
HRESULT get_Breaks(
  INAServerLocations** Breaks
);
[C++]
HRESULT putref_Breaks(
  INAServerLocations* Breaks
);
[C++]

Parameters Breaks [out, retval]
Breaks is a parameter of type INAServerLocations Breaks [in]
Breaks is a parameter of type INAServerLocations

Product Availability

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

See Also

INAServerVRPParams Interface