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


IRouteMeasureCreator.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 > IRouteMeasureCreator Interface > IRouteMeasureCreator.InputFeatureSelection Property
ArcGIS Developer Help

IRouteMeasureCreator.InputFeatureSelection Property

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

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