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


IFeatureSelection.SelectionSet Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureSelection Interface > IFeatureSelection.SelectionSet Property
ArcGIS Developer Help

IFeatureSelection.SelectionSet Property

The selected set of features.

[Visual Basic .NET]
Public Property SelectionSet As ISelectionSet
[C#]
public ISelectionSet SelectionSet {get; set;}
[C++]
HRESULT get_SelectionSet(
  ISelectionSet** SelectionSet
);
[C++]
HRESULT putref_SelectionSet(
  ISelectionSet* SelectionSet
);
[C++]
Parameters
SelectionSet [out, retval]

SelectionSet is a parameter of type ISelectionSet** SelectionSet [in]
SelectionSet is a parameter of type ISelectionSet*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureSelection Interface

.NET Samples

Create camera flyby from path Custom reshape polyline edit task Executing geoprocessing tools in the background Custom selection extension Create a custom selection extension by extending ArcObjects