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


IImageServerEditResult.ItemID Property (ArcObjects .NET 10.4 SDK)
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