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


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

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

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