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


IHTMLPopupInfo.HTMLOutput Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IHTMLPopupInfo.HTMLOutput Property

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

Product Availability

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

See Also

IHTMLPopupInfo Interface