ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
FromAdfIdentifyOption Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > Converter Class : FromAdfIdentifyOption Method




identifyOption
An T:ESRI.ArcGIS.ADF.Web.IdentifyOption (e.g., AllLayers) enumeration value.
Returns the ArcGIS Server esriIdentifyOption that is equivalent to the input Web ADF identify option.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromAdfIdentifyOption( _
   ByVal identifyOption As ESRI.ArcGIS.ADF.Web.IdentifyOption _
) As ESRI.ArcGIS.ADF.ArcGISServer.esriIdentifyOption
Visual Basic (Usage)Copy Code
Dim identifyOption As ESRI.ArcGIS.ADF.Web.IdentifyOption
Dim value As ESRI.ArcGIS.ADF.ArcGISServer.esriIdentifyOption
 
value = Converter.FromAdfIdentifyOption(identifyOption)
C# 
public static ESRI.ArcGIS.ADF.ArcGISServer.esriIdentifyOption FromAdfIdentifyOption( 
   ESRI.ArcGIS.ADF.Web.IdentifyOption identifyOption
)

Parameters

identifyOption
An T:ESRI.ArcGIS.ADF.Web.IdentifyOption (e.g., AllLayers) enumeration value.

Return Value

The corresponding ArcGIS Server esriIdentifyOption enumeration value (e.g., esriFindAllLayers).

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.