This document is archived and information here might be outdated. Recommended version. |
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**
The Target property returns a reference to the Table or Feature Class from which the Selection Set was constructed.