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


IDEArcInfoTable.ItemSet Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

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