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


IMapServer4.QueryHTMLPopups Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapServer4.QueryHTMLPopups Method

Returns the html as text that can be used in popups.

[Visual Basic .NET]
Public Function QueryHTMLPopups ( _
    ByVal MapName As String, _
    ByVal TableID As Integer, _
    ByVal pRowIDs As ILongArray _
) As IStringArray
[C#]
public IStringArray QueryHTMLPopups (
    string MapName,
    int TableID,
    ILongArray pRowIDs
);
[C++]
HRESULT QueryHTMLPopups(
  BSTR MapName,
  long TableID,
  ILongArray* pRowIDs,
  IStringArray** HTMLTextArray
);
[C++]

Parameters MapName [in] MapName is a parameter of type BSTR TableID [in] TableID is a parameter of type long pRowIDs [in]
pRowIDs is a parameter of type ILongArray HTMLTextArray [out, retval]
HTMLTextArray is a parameter of type IStringArray

Product Availability

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

See Also

IMapServer4 Interface