ArcObjects Library Reference (Carto)  

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 Snippets

Zoom to Selected Globe Features

.NET Samples

Custom reshape polyline edit task (Code Files: ReshapePolylineEditTask) | Executing geoprocessing tools in the background (Code Files: RunGPForm) | Custom selection extension (Code Files: SelectionExtension) | Create camera flyby from path (Code Files: frmCameraPath) | Create a custom selection extension by extending ArcObjects (Code Files: SelectionExtension)

.NET Related Topics

How to zoom to selected features in globe