This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRouteEventProperties2 Interface > IRouteEventProperties2.AddErrorField Property (ArcObjects .NET 10.5 SDK) |
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
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.
IRouteEventProperties2 Interface | IRouteEventProperties2 Interface