This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPResults Interface > INAServerVRPResults.Breaks Property (ArcObjects .NET 10.5 SDK) |
RecordSet of Breaks returned from the network analysis.
[Visual Basic .NET] Public ReadOnly Property Breaks As IRecordSet
[C#] public IRecordSet Breaks {get;}
[C++]
HRESULT get_Breaks(
IRecordSet** Breaks
);
[C++]
Parameters Breaks [out, retval]
Breaks is a parameter of type IRecordSet
Breaks contains output break features.