This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHTMLPopupInfo2 Interface > IHTMLPopupInfo2.HTMLOutput Method (ArcObjects .NET 10.4 SDK) |
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,
BSTR* pHtml
);
[C++]
Parameters pFeature [in]
pFeature is a parameter of type IFeature pOptions [in]
pOptions is a parameter of type IPropertySet pHtml [out, retval] pHtml is a parameter of type BSTR