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


IImageInset2.ImageID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageInset2.ImageID Property

The object ID of selected image in mosaic layer.

[Visual Basic .NET]
Public Property ImageID As Integer
[C#]
public int ImageID {get; set;}
[C++]
HRESULT get_ImageID(
  long* pImageID
);
[C++]
HRESULT put_ImageID(
  long pImageID
);
[C++]

Parameters pImageID [out, retval] pImageID is a parameter of type long pImageID [in] pImageID is a parameter of type long

Product Availability

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

See Also

IImageInset2 Interface