This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHTMLPopupInfo Interface > IHTMLPopupInfo.HTMLOutput Property (ArcObjects .NET 10.4 SDK) |
The content is the XML text for the input feature.
[Visual Basic .NET] Public Function get_HTMLOutput ( _ ByVal pFeature As IFeature _ ) As String
[C#] public string get_HTMLOutput ( IFeature pFeature );
[C++]
HRESULT get_HTMLOutput(
IFeature* pFeature,
BSTR* pHtml
);
[C++]
Parameters pFeature [in]
pFeature is a parameter of type IFeature pHtml [out, retval] pHtml is a parameter of type BSTR