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