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


IMapPoint.ImageID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMapPoint Interface > IMapPoint.ImageID Property
ArcGIS Developer Help

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(
  System.String* 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