This document is archived and information here might be outdated. Recommended version. |
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**