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)