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


IRouteLocatorOperations.InputFeatureSelection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocatorOperations Interface > IRouteLocatorOperations.InputFeatureSelection Property
ArcGIS Developer Help

IRouteLocatorOperations.InputFeatureSelection Property

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 [in]

selection is a parameter of type ISelectionSet* selection [out, retval]
selection is a parameter of type ISelectionSet**

Product Availability

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

Description

If you use this property, you do not need to specify the InputFeatureClass property as it is implied by the selection.

Remarks

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.

See Also

IRouteLocatorOperations Interface | ISelectionSet Interface