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


IGeoDataDescriptor.SelectionSet Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IG > IGeoDataDescriptor Interface > IGeoDataDescriptor.SelectionSet Property
ArcGIS Developer Help

IGeoDataDescriptor.SelectionSet Property

The SelectionSet of the GeoDataset descriptor.

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

SelectionSet is a parameter of type ISelectionSet**

Product Availability

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

See Also

IGeoDataDescriptor Interface