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


IRelQueryTableName.SrcSelectionSet Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelQueryTableName Interface > IRelQueryTableName.SrcSelectionSet Property
ArcGIS Developer Help

IRelQueryTableName.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 [in]

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

Product Availability

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

Remarks

This property is not implemented, and should not be set.

See Also

IRelQueryTableName Interface