ArcObjects Library Reference (Location)  

IRouteLocatorOperations2.RouteFeatureSelection Property

A selection set of route features.

[Visual Basic .NET]
Public Property RouteFeatureSelection As ISelectionSet
[C#]
public ISelectionSet RouteFeatureSelection {get; set;}
[C++]
HRESULT get_RouteFeatureSelection(
  ISelectionSet** selection
);
[C++]
HRESULT putref_RouteFeatureSelection(
  ISelectionSet* selection
);
[C++]

Parameters

selection [out, retval]

  selection is a parameter of type ISelectionSet

selection [in]

  selection is a parameter of type ISelectionSet

Product Availability

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

Remarks

If you use this method, there is no need to specify the RouteFeatureClass (as it is implied). You still must set the RouteIDFieldName, however.

See Also

IRouteLocatorOperations2 Interface