This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMapPoint Interface > IMapPoint.ImageID Property (ArcObjects .NET 10.4 SDK) |
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