A selection set of input features.
[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.
Remarks
If the InputFeatureSelection is set, the InputFeatureClass does not get used even if it is set.
See Also
IRouteMeasureCreator Interface | ISelectionSet Interface | IRouteMeasureCreator Interface