ArcObjects Library Reference (NetworkAnalyst)  

IEnumTrafficIncidents.Fields Property

Fields in incident data.

[Visual Basic .NET]
Public ReadOnly Property Fields As IFields
[C#]
public IFields Fields {get;}
[C++]
HRESULT get_Fields(
  IFields** ppFields
);
[C++]

Parameters

ppFields [out, retval]

  ppFields is a parameter of type IFields

Product Availability

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

Remarks

Fields that represent the schema of the output feature class for traffic incidents.  The fields should match those returned by ITrafficProvider.GetIncidentsFeatureClassFields.

The array of values returned by Next should have one entry for each of the fields specified here.

See Also

IEnumTrafficIncidents Interface