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