ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
FromIdentifyResults(MapServerIdentifyResult[],MapServerInfo,Boolean) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > Converter Class > FromIdentifyResults Method : FromIdentifyResults(MapServerIdentifyResult[],MapServerInfo,Boolean) Method




results
A MapServerIdentifyResult with output from an identify operation with ArcGIS Server.
mapServerInfo
A MapServerInfo object with information about the ArcGIS map server.
fieldNamesNotAliases
Whether to return field names instead of aliases
Converts an ArcGIS Server identify results object to a DataTable that may be used for displaying results in the Web ADF.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function FromIdentifyResults( _
   ByVal results() As ESRI.ArcGIS.ADF.ArcGISServer.MapServerIdentifyResult, _
   ByVal mapServerInfo As ESRI.ArcGIS.ADF.ArcGISServer.MapServerInfo, _
   ByVal fieldNamesNotAliases As Boolean _
) As DataTable()
Visual Basic (Usage)Copy Code
Dim results() As ESRI.ArcGIS.ADF.ArcGISServer.MapServerIdentifyResult
Dim mapServerInfo As ESRI.ArcGIS.ADF.ArcGISServer.MapServerInfo
Dim fieldNamesNotAliases As Boolean
Dim value() As DataTable
 
value = Converter.FromIdentifyResults(results, mapServerInfo, fieldNamesNotAliases)
C# 
public static DataTable[] FromIdentifyResults( 
   ESRI.ArcGIS.ADF.ArcGISServer.MapServerIdentifyResult[] results,
   ESRI.ArcGIS.ADF.ArcGISServer.MapServerInfo mapServerInfo,
   bool fieldNamesNotAliases
)

Parameters

results
A MapServerIdentifyResult with output from an identify operation with ArcGIS Server.
mapServerInfo
A MapServerInfo object with information about the ArcGIS map server.
fieldNamesNotAliases
Whether to return field names instead of aliases

Return Value

An array of DataTable with the results output. Each DataTable is a FeatureGraphicsLayer if the input table contains feature geometry.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.