ArcObjects Library Reference (Location)  

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

The InputFeatureSelection is used to specify a selection set, ISelectionSet, for the calibration points.  If this property and the InputFeatureClass property is set, the InputFeatureSelection is used. 

See Also

IRouteMeasureCalibrator Interface | ISelectionSet Interface