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


IRouteLocatorName.RouteFeatureClassName Property (ArcObjects .NET 10.5 SDK)
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

.NET Related Topics

Location