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


IMapPoint.ImageID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMapPoint.ImageID Property

The image ID of this IMapPoint.

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

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

Product Availability

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

See Also

IMapPoint Interface