ArcObjects Library Reference (NetworkAnalyst)  

IEnumTrafficRegionIncidents.Next Method

Retrieves next incident data from the sequence.

[Visual Basic .NET]
Public Sub Next ( _
    ByRef pRegionName As String, _
    ByRef ppIncidents As IEnumTrafficIncidents, _
    ByRef ppMessages As IGPMessages _
)
[C#]
public void Next (
    ref string pRegionName,
    ref IEnumTrafficIncidents ppIncidents,
    ref IGPMessages ppMessages
);
[C++]
HRESULT Next(
  BSTR* pRegionName,
  IEnumTrafficIncidents** ppIncidents,
  IGPMessages** ppMessages
);
[C++]

Parameters

pRegionName [out]   pRegionName is a parameter of type BSTR ppIncidents [out]

  ppIncidents is a parameter of type IEnumTrafficIncidents

ppMessages [out]

  ppMessages is a parameter of type IGPMessages

Product Availability

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

Remarks

Next returns the enumerator for the next region.  The region is identified by its name.  GPMessages that specify any data processing problems are returned as well.

See Also

IEnumTrafficRegionIncidents Interface