|
| ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer | |
| FromAdfFindOption Method | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > Converter Class : FromAdfFindOption Method |
- findOption
- The FindOption to convert (AllLayers or VisibleLayer).
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function FromAdfFindOption( _ ByVal findOption As FindOption _ ) As esriFindOption | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static esriFindOption FromAdfFindOption( FindOption findOption ) | |
Parameters
- findOption
- The FindOption to convert (AllLayers or VisibleLayer).