ArcObjects Library Reference (Carto)  

IImageServerEditResult.ItemID Property

The ID of the item for which the result is being generated. Its set when the ID is not an OID. e.g. ViewId.

[Visual Basic .NET]
Public ReadOnly Property ItemID As String
[C#]
public string ItemID {get;}
[C++]
HRESULT get_ItemID(
  BSTR* pItemID
);
[C++]

Parameters

pItemID [out, retval]   pItemID is a parameter of type BSTR

Product Availability

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

See Also

IImageServerEditResult Interface