This document is archived and information here might be outdated. Recommended version. |
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**
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.