This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocatorOperations Interface > IRouteLocatorOperations.InputFeatureSelection Property (ArcObjects .NET 10.5 SDK) |
A selection set of features to locate.
[Visual Basic .NET] Public Property InputFeatureSelection As ISelectionSet
[C#] public ISelectionSet InputFeatureSelection {get; set;}
[C++]
HRESULT get_InputFeatureSelection(
ISelectionSet** selection
);
[C++]
HRESULT putref_InputFeatureSelection(
ISelectionSet* selection
);
[C++]
Parameters selection [out, retval]
selection is a parameter of type ISelectionSet selection [in]
selection is a parameter of type ISelectionSet
If you use this property, you do not need to specify the InputFeatureClass property as it is implied by the selection.
If not all of the features are to be transformed or located, the InputFeatureSelection property can be used to set an ISelectionSet. If both the InputFeatureSelection and InputFeatureClass are set, the InputFeatureSelection will be used.