ArcGIS Runtime SDK for WPF - Library Reference
SearchAsync(Geometry,Double,String,Action<IList<S57FeatureObject>>) Method
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace > HydrographicS57Layer Class > SearchAsync Method : SearchAsync(Geometry,Double,String,Action<IList<S57FeatureObject>>) Method

inputGeometry
The input ESRI.ArcGIS.Client.Geometry.
bufferDistance
A double representing the buffer distance in meters.
objectName
A string representing an S57 object name acronym.
resultCallback
Action delegate called when the operation completes. Contains a collection of S57FeatureObject.
Searches the S57 layer asynchronously for features intersecting the provided geometry buffered by the specified distance and matching the provided object name acronym.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SearchAsync( _
   ByVal inputGeometry As Geometry, _
   ByVal bufferDistance As Double, _
   ByVal objectName As String, _
   ByVal resultCallback As Action(Of IList(Of S57FeatureObject)) _
) 

Parameters

inputGeometry
The input ESRI.ArcGIS.Client.Geometry.
bufferDistance
A double representing the buffer distance in meters.
objectName
A string representing an S57 object name acronym.
resultCallback
Action delegate called when the operation completes. Contains a collection of S57FeatureObject.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionInput geometry must be specified. Use ESRI.ArcGIS.Client.Layer.FullExtent property if necessary.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.