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**
If you use this property, you do not need to specify the InputFeatureClass property as it is implied by the selection.
If not all of the features are to be transformed or located, the InputFeatureSelection property can be used to set an ISelectionSet. If both the InputFeatureSelection and InputFeatureClass are set, the InputFeatureSelection will be used.