ArcObjects Library Reference (Location)  

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 [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.

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