ArcObjects Library Reference (Carto)  

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,
  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

Product Availability

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

See Also

IHTMLPopupInfo2 Interface