ESRI.ArcGIS.ADF.ArcGISServer
QueryHTMLPopupsAsync(String,Int32,Int32[]) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerProxy Class > QueryHTMLPopupsAsync Method : QueryHTMLPopupsAsync(String,Int32,Int32[]) Method




MapName
TableID
RowIDs

Syntax

Visual Basic (Declaration) 
Public Overloads Sub QueryHTMLPopupsAsync( _
   ByVal MapName As String, _
   ByVal TableID As Integer, _
   ByVal RowIDs() As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapServerProxy
Dim MapName As String
Dim TableID As Integer
Dim RowIDs() As Integer
 
instance.QueryHTMLPopupsAsync(MapName, TableID, RowIDs)
C# 
public void QueryHTMLPopupsAsync( 
   string MapName,
   int TableID,
   int[] RowIDs
)

Parameters

MapName
TableID
RowIDs

See Also

© 2010 All Rights Reserved.