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


IMapPoint.MapPointID 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.MapPointID Property
ArcGIS Developer Help

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