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


IArcInfoTable.ItemSet Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IA > IArcInfoTable Interface > IArcInfoTable.ItemSet Property
ArcGIS Developer Help

IArcInfoTable.ItemSet Property

Item Collection for this Feature Class or Info Table.

[Visual Basic .NET]
Public ReadOnly Property ItemSet As IArcInfoItems
[C#]
public IArcInfoItems ItemSet {get;}
[C++]
HRESULT get_ItemSet(
  IArcInfoItems** ItemSet
);
[C++]
Parameters
ItemSet [out, retval]

ItemSet is a parameter of type IArcInfoItems**

Product Availability

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

See Also

IArcInfoTable Interface