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


IMapServer4.QueryHTMLPopups2 Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapServer4.QueryHTMLPopups2 Method

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

[Visual Basic .NET]
Public Function QueryHTMLPopups2 ( _
    ByVal MapName As String, _
    ByVal pTableDescription As IMapTableDescription, _
    ByVal pRowIDs As ILongArray _
) As IStringArray
[C#]
public IStringArray QueryHTMLPopups2 (
    string MapName,
    IMapTableDescription pTableDescription,
    ILongArray pRowIDs
);
[C++]
HRESULT QueryHTMLPopups2(
  BSTR MapName,
  IMapTableDescription* pTableDescription,
  ILongArray* pRowIDs,
  IStringArray** HTMLTextArray
);
[C++]

Parameters MapName [in] MapName is a parameter of type BSTR pTableDescription [in]
pTableDescription is a parameter of type IMapTableDescription 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