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


IIndexedItemURI.ItemID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IIndexedItemURI Interface > IIndexedItemURI.ItemID Property
ArcGIS Developer Help

IIndexedItemURI.ItemID Property

The ID of the data source within the container dataset referenced by the item URI.

[Visual Basic .NET]
Public Property ItemID As Integer
[C#]
public int ItemID {get; set;}
[C++]
HRESULT get_ItemID(
  long pItemID
);
[C++]
HRESULT put_ItemID(
  System.Int32* pItemID
);
[C++]
Parameters
pItemID [in]

pItemID is a parameter of type long pItemID [out, retval]
pItemID is a parameter of type long*

Product Availability

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

See Also

IIndexedItemURI Interface