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


ISelectionSet.Target Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISelectionSet Interface > ISelectionSet.Target Property
ArcGIS Developer Help

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