ArcObjects Library Reference  (GeoDatabase)    

IRouteLocatorName.RouteIDFieldName Property

The route identifier field of the route feature class.

[Visual Basic 6.0]
Property RouteIDFieldName As String
[Visual Basic .NET]
Public Property RouteIDFieldName As String
[C#]
public string RouteIDFieldName {get; set;}
[Java]
public String getRouteIDFieldName()
throws
    IOException,
    AutomationException
[Java]
public void setRouteIDFieldName(
String RouteIDFieldName
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_RouteIDFieldName(
  BSTR* RouteIDFieldName
);
[C++]
HRESULT put_RouteIDFieldName(
  BSTR RouteIDFieldName

);

[C++]

Parameters

RouteIDFieldName [out, retval]

  RouteIDFieldName is a parameter of type BSTR

RouteIDFieldName [in]

  RouteIDFieldName is a parameter of type BSTR

Product Availability

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

See Also

IRouteLocatorName Interface

 


Feedback Send feedback on this page