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


IRouteEventProperties2.AddErrorField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRouteEventProperties2 Interface > IRouteEventProperties2.AddErrorField Property
ArcGIS Developer Help

IRouteEventProperties2.AddErrorField Property

Indicates if the error field should be added to the field set.

[Visual Basic .NET]
Public Property AddErrorField As Boolean
[C#]
public bool AddErrorField {get; set;}
[C++]
HRESULT get_AddErrorField(
  VARIANT_BOOL Value
);
[C++]
HRESULT put_AddErrorField(
  Boolean* Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type bool Value [out, retval]
Value is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This property allows you to add a non editable and dynamic field to the route event source to provide information about whether the events were located or not. 

See Also

IRouteEventProperties2 Interface | IRouteEventProperties2 Interface