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


ISelectionParameters.SelectionSet Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISelectionParameters Interface > ISelectionParameters.SelectionSet Property
ArcGIS Developer Help

ISelectionParameters.SelectionSet Property

The selection set that identifies the collection of catalog items on which to perform the associated operation.

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

ppSelectionSet is a parameter of type ISelectionSet* ppSelectionSet [out, retval]
ppSelectionSet is a parameter of type ISelectionSet**

Product Availability

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

See Also

ISelectionParameters Interface