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


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

IMapPoint.MapPointID Property

The identification string of this IMapPoint.

[Visual Basic .NET]
Public Property MapPointID As String
[C#]
public string MapPointID {get; set;}
[C++]
HRESULT get_MapPointID(
  BSTR* pMapPointID
);
[C++]
HRESULT put_MapPointID(
  BSTR pMapPointID
);
[C++]

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

Product Availability

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

See Also

IMapPoint Interface