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


ITemporalLayer.TipText Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLayer Interface > ITemporalLayer.TipText Property
ArcGIS Developer Help

ITemporalLayer.TipText Property

Map tip text at the specified location.

[Visual Basic .NET]
Public Function get_TipText ( _
    ByVal x As Double, _
    ByVal y As Double, _
    ByVal tolerance As Double _
) As String
[C#]
public string get_TipText (
    double x,
    double y,
    double tolerance
);
[C++]
HRESULT get_TipText(
  double x,
  double y,
  double tolerance,
  System.String* text
);
[C++]
Parameters
x [in]

x is a parameter of type double y [in]
y is a parameter of type double tolerance [in]
tolerance is a parameter of type double text [out, retval]
text is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalLayer Interface