This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelQueryTableName2 Interface > IRelQueryTableName2.SrcSelectionSet Property (ArcObjects .NET 10.5 SDK) |
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