IRouteLocatorName Interface

Provides access to route locator name properties.

Members

Name Description
Read/write property RouteFeatureClassName The route feature class name (Polyline with M feature class name).
Read/write property RouteIDFieldName The route identifier field of the route feature class.
Read/write property RouteIDIsUnique Indicates if the Route ID is unique (Obsolete).
Read/write property RouteMeasureUnit The route measure units.
Read/write property RouteWhereClause The where clause that limits the routes that events can be located on.

IRouteLocatorName.RouteFeatureClassName Property

The route feature class name (Polyline with M feature class name).

Public Property RouteFeatureClassName As IName
public IName RouteFeatureClassName {get; set;}

IRouteLocatorName.RouteIDFieldName Property

The route identifier field of the route feature class.

Public Property RouteIDFieldName As String
public string RouteIDFieldName {get; set;}

IRouteLocatorName.RouteIDIsUnique Property

Indicates if the Route ID is unique (Obsolete).

Public Property RouteIDIsUnique As Boolean
public bool RouteIDIsUnique {get; set;}

IRouteLocatorName.RouteMeasureUnit Property

The route measure units.

Public Property RouteMeasureUnit As esriUnits
public esriUnits RouteMeasureUnit {get; set;}

IRouteLocatorName.RouteWhereClause Property

The where clause that limits the routes that events can be located on.

Public Property RouteWhereClause As String
public string RouteWhereClause {get; set;}

Classes that implement IRouteLocatorName

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.