ArcObjects Library Reference (GeoDatabase)  

IRouteEventProperties.EventRouteIDFieldName Property

The route identifier field name.

[Visual Basic .NET]
Public Property EventRouteIDFieldName As String
[C#]
public string EventRouteIDFieldName {get; set;}
[C++]
HRESULT get_EventRouteIDFieldName(
  BSTR* FieldName
);
[C++]
HRESULT put_EventRouteIDFieldName(
  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.

See Also

IRouteEventProperties Interface

.NET Related Topics

Location