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


IGPToolTip.GetToolTip Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPToolTip Interface > IGPToolTip.GetToolTip Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IGPToolTip Interface