ArcObjects Library Reference (Carto)  

IRasterIdentifyObj.MapTip Property

Property value.

[Visual Basic .NET]
Public Property MapTip As String
[C#]
public string MapTip {get; set;}
[C++]
HRESULT get_MapTip(
  BSTR* bMapTip
);
[C++]
HRESULT put_MapTip(
  BSTR bMapTip
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterIdentifyObj Interface