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


IFeatureParameterLayer.FeatureTipText Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IF > IFeatureParameterLayer Interface > IFeatureParameterLayer.FeatureTipText Property
ArcGIS Developer Help

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,
  System.String* 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