![]() ![]() |
ESRI.ArcGIS.ADF.ArcGISServer.Local | |
Find Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerDcomProxy Class : Find Method |
- MapDescription
- MapImageDisplay
- SearchString
- Contains
- SearchFields
- FindOption
- LayerIDs
Visual Basic (Declaration) | |
---|---|
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.1", ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)> Public Function Find( _ ByVal MapDescription As ESRI.ArcGIS.ADF.ArcGISServer.MapDescription, _ ByVal MapImageDisplay As ESRI.ArcGIS.ADF.ArcGISServer.ImageDisplay, _ ByVal SearchString As String, _ ByVal Contains As Boolean, _ ByVal SearchFields As String, _ ByVal FindOption As ESRI.ArcGIS.ADF.ArcGISServer.esriFindOption, _ ByVal LayerIDs() As Integer _ ) As ESRI.ArcGIS.ADF.ArcGISServer.MapServerFindResult() |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As MapServerDcomProxy Dim MapDescription As ESRI.ArcGIS.ADF.ArcGISServer.MapDescription Dim MapImageDisplay As ESRI.ArcGIS.ADF.ArcGISServer.ImageDisplay Dim SearchString As String Dim Contains As Boolean Dim SearchFields As String Dim FindOption As ESRI.ArcGIS.ADF.ArcGISServer.esriFindOption Dim LayerIDs() As Integer Dim value() As ESRI.ArcGIS.ADF.ArcGISServer.MapServerFindResult value = instance.Find(MapDescription, MapImageDisplay, SearchString, Contains, SearchFields, FindOption, LayerIDs) |
C# | |
---|---|
[SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.1", ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] public ESRI.ArcGIS.ADF.ArcGISServer.MapServerFindResult[] Find( ESRI.ArcGIS.ADF.ArcGISServer.MapDescription MapDescription, ESRI.ArcGIS.ADF.ArcGISServer.ImageDisplay MapImageDisplay, string SearchString, bool Contains, string SearchFields, ESRI.ArcGIS.ADF.ArcGISServer.esriFindOption FindOption, int[] LayerIDs ) |
Parameters
- MapDescription
- MapImageDisplay
- SearchString
- Contains
- SearchFields
- FindOption
- LayerIDs
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