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


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

IHTMLPopupInfo2.HTMLOutput Method

The content is the XML text for the input feature, pOptions is an optional parameter.

[Visual Basic .NET]
Public Function HTMLOutput ( _
    ByVal pFeature As IFeature, _
    ByVal pOptions As IPropertySet _
) As String
[C#]
public string HTMLOutput (
    IFeature pFeature,
    IPropertySet pOptions
);
[C++]
HRESULT HTMLOutput(
  IFeature* pFeature,
  IPropertySet* pOptions
);
[C++]
Parameters
pFeature [in]

pFeature is a parameter of type IFeature* pOptions [in]
pOptions is a parameter of type IPropertySet*

Product Availability

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

See Also

IHTMLPopupInfo2 Interface