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


IRelQueryTableName2.SrcSelectionSet Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRelQueryTableName2.SrcSelectionSet Property

A SelectionSet applied to a cursor opened from the RelQueryTable.

[Visual Basic .NET]
Public Property SrcSelectionSet As ISelectionSet
[C#]
public ISelectionSet SrcSelectionSet {get; set;}
[C++]
HRESULT get_SrcSelectionSet(
  ISelectionSet** SelectionSet
);
[C++]
HRESULT putref_SrcSelectionSet(
  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

IRelQueryTableName2 Interface