This document is archived and information here might be outdated. Recommended version. |
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*