This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRouteEventProperties2 Interface > IRouteEventProperties2.ErrorFieldName Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR FieldName
);
[C++]
Parameters FieldName [out, retval] FieldName is a parameter of type BSTR FieldName [in] FieldName is a parameter of type BSTR
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.