This document is archived and information here might be outdated.  Recommended version.


IRouteLocatorName.RouteFeatureClassName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRouteLocatorName Interface > IRouteLocatorName.RouteFeatureClassName Property
ArcGIS Developer Help

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 [in]

Name is a parameter of type IName* Name [out, retval]
Name is a parameter of type IName**

Product Availability

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

See Also

IRouteLocatorName Interface