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


IGraphicFeatureServer2.QueryHTMLPopups2 Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGraphicFeatureServer2.QueryHTMLPopups2 Method

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

[Visual Basic .NET]
Public Function QueryHTMLPopups2 ( _
    ByVal gdbVersion As String, _
    ByVal LayerOrTableID As Integer, _
    ByVal objectIDs As ILongArray _
) As IStringArray
[C#]
public IStringArray QueryHTMLPopups2 (
    string gdbVersion,
    int LayerOrTableID,
    ILongArray objectIDs
);
[C++]
HRESULT QueryHTMLPopups2(
  BSTR gdbVersion,
  long LayerOrTableID,
  ILongArray* objectIDs,
  IStringArray** HTMLTextArray
);
[C++]

Parameters gdbVersion [in] gdbVersion is a parameter of type BSTR LayerOrTableID [in] LayerOrTableID is a parameter of type long objectIDs [in]
objectIDs 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

IGraphicFeatureServer2 Interface