This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IF > IFeatureParameterLayer Interface > IFeatureParameterLayer.FeatureTipText Property (ArcObjects .NET 10.5 SDK) |
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