This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteMeasureCalibrator Interface > IRouteMeasureCalibrator.InputFeatureSelection Property (ArcObjects .NET 10.5 SDK) |
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
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.