ArcObjects Library Reference (GeoDatabase)  

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 [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.

Remarks

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

See Also

IRelQueryTableName Interface