ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL Value
);
[C++]

Parameters

Value [out, retval]   Value is a parameter of type VARIANT_BOOL Value [in]   Value is a parameter of type VARIANT_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