ArcObjects Library Reference (GeoDatabase)  

ISelectionSet.Target Property

The Table or FeatureClass over which the selection set is defined.

[Visual Basic .NET]
Public ReadOnly Property Target As ITable
[C#]
public ITable Target {get;}
[C++]
HRESULT get_Target(
  ITable** Target
);
[C++]

Parameters

Target [out, retval]

  Target is a parameter of type ITable

Product Availability

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

Remarks

The Target property returns a reference to the Table or Feature Class from which the Selection Set was constructed.

See Also

ISelectionSet Interface