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


IDisplayTable.DisplaySelectionSet Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDisplayTable.DisplaySelectionSet Property

The selected set of rows from the display table.

[Visual Basic .NET]
Public ReadOnly Property DisplaySelectionSet As ISelectionSet
[C#]
public ISelectionSet DisplaySelectionSet {get;}
[C++]
HRESULT get_DisplaySelectionSet(
  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

IDisplayTable Interface

.NET Samples

ArcGIS Network Analyst extension Engine application (Code Files: frmLoadLocations)