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


IHTMLPopupInfo.HTMLOutput Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHTMLPopupInfo Interface > IHTMLPopupInfo.HTMLOutput Property
ArcGIS Developer Help

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