ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR FieldName
);
[C++]

Parameters

FieldName [out, retval]   FieldName is a parameter of type BSTR FieldName [in]   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