This document is archived and information here might be outdated. Recommended version. |
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**
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.