ArcObjects Library Reference (Carto)  

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(
  BSTR* 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