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




identifyOption
An 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 IdentifyOption _
) As esriIdentifyOption
Visual Basic (Usage)Copy Code
Dim identifyOption As IdentifyOption
Dim value As esriIdentifyOption
 
value = Converter.FromAdfIdentifyOption(identifyOption)
C# 
public static esriIdentifyOption FromAdfIdentifyOption( 
   IdentifyOption identifyOption
)

Parameters

identifyOption
An IdentifyOption (e.g., AllLayers) enumeration value.

Return Value

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

See Also

© 2010 All Rights Reserved.