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


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

IDEArcInfoTable.ItemSet Property

The list of items.

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

ppItems is a parameter of type IArray** ppItems [in]
ppItems is a parameter of type IArray*

Product Availability

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

See Also

IDEArcInfoTable Interface