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


IRouteEventProperties2.ErrorFieldName 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.ErrorFieldName Property
ArcGIS Developer Help

IRouteEventProperties2.ErrorFieldName Property

Name of the error field name.

[Visual Basic .NET]
Public Property ErrorFieldName As String
[C#]
public string ErrorFieldName {get; set;}
[C++]
HRESULT get_ErrorFieldName(
  BSTR FieldName
);
[C++]
HRESULT put_ErrorFieldName(
  System.String* FieldName
);
[C++]
Parameters
FieldName [in]

FieldName is a parameter of type BSTR FieldName [out, retval]
FieldName is a parameter of type BSTR*

Product Availability

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

Remarks

If the AddErrorField property is set to True, this property is used to set the name of the field which will contain the locating errors.

See Also

IRouteEventProperties2 Interface