This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServer4 Interface > IMapServer4.QueryHTMLPopups Method (ArcObjects .NET 10.4 SDK) |
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