ArcObjects Library Reference (GlobeCore)  

IFeatureParameterLayer.FeatureTipText Property

The inner feature Tip text.

[Visual Basic .NET]
Public Sub FeatureTipText ( _
    ByVal pFeat As IFeature, _
    ByRef pText As String _
)
[C#]
public void FeatureTipText (
    IFeature pFeat,
    ref string pText
);
[C++]
HRESULT get_FeatureTipText(
  IFeature* pFeat,
  BSTR* pText
);
[C++]

Parameters

pFeat [in]

  pFeat is a parameter of type IFeature

pText [out]   pText is a parameter of type BSTR

Product Availability

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

See Also

IFeatureParameterLayer Interface