This document is archived and information here might be outdated. Recommended version. |
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 [in]
selection is a parameter of type ISelectionSet* selection [out, retval]
selection is a parameter of type ISelectionSet**
If you use this method, there is no need to specify the RouteFeatureClass (as it is implied). You still must set the RouteIDFieldName, however.