ArcObjects Library Reference (GeoDatabase)  

IRouteLocatorName.RouteFeatureClassName Property

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

[Visual Basic .NET]
Public Property RouteFeatureClassName As IName
[C#]
public IName RouteFeatureClassName {get; set;}
[C++]
HRESULT get_RouteFeatureClassName(
  IName** Name
);
[C++]
HRESULT putref_RouteFeatureClassName(
  IName* Name
);
[C++]

Parameters

Name [out, retval]

  Name is a parameter of type IName

Name [in]

  Name is a parameter of type IName

Product Availability

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

See Also

IRouteLocatorName Interface