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


IMapServerIdentifyResult2.HTMLPopup Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerIdentifyResult2 Interface > IMapServerIdentifyResult2.HTMLPopup Property
ArcGIS Developer Help

IMapServerIdentifyResult2.HTMLPopup Property

HTML as text that can be used in popups.

[Visual Basic .NET]
Public ReadOnly Property HTMLPopup As String
[C#]
public string HTMLPopup {get;}
[C++]
HRESULT get_HTMLPopup(
  System.String* htmlText
);
[C++]
Parameters
htmlText [out, retval]

htmlText is a parameter of type BSTR*

Product Availability

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

Remarks

When esriIdentifyVisibleWithHTMLPopup or esriIdentifyTopOneWithHTMLPopup is used, Identify includes a rich html content where attributes are formatted the way author defined in the source map document.

See Also

IMapServerIdentifyResult2 Interface