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


IGPToolTip.GetToolTip Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPToolTip.GetToolTip Method

Creates a tool tip string for the value.

[Visual Basic .NET]
Public Function GetToolTip ( _
) As String
[C#]
public string GetToolTip (
);
[C++]
HRESULT GetToolTip(
  BSTR* toolTip
);
[C++]

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

Product Availability

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

See Also

IGPToolTip Interface