ESRI.ArcGIS.ADF.ArcGISServer
QueryFromServiceAsync(GFSTableDescription[],Geometry,SpatialReference,TimeReference,ServiceDataOptions) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > FeatureServerProxy Class > QueryFromServiceAsync Method : QueryFromServiceAsync(GFSTableDescription[],Geometry,SpatialReference,TimeReference,ServiceDataOptions) Method




LayerOrTableDescriptions
Geometry
OutSR
OutTR
ServiceDataOptions

Syntax

Visual Basic (Declaration) 
Public Overloads Sub QueryFromServiceAsync( _
   ByVal LayerOrTableDescriptions() As GFSTableDescription, _
   ByVal Geometry As Geometry, _
   ByVal OutSR As SpatialReference, _
   ByVal OutTR As TimeReference, _
   ByVal ServiceDataOptions As ServiceDataOptions _
) 
Visual Basic (Usage)Copy Code
Dim instance As FeatureServerProxy
Dim LayerOrTableDescriptions() As GFSTableDescription
Dim Geometry As Geometry
Dim OutSR As SpatialReference
Dim OutTR As TimeReference
Dim ServiceDataOptions As ServiceDataOptions
 
instance.QueryFromServiceAsync(LayerOrTableDescriptions, Geometry, OutSR, OutTR, ServiceDataOptions)

Parameters

LayerOrTableDescriptions
Geometry
OutSR
OutTR
ServiceDataOptions

See Also

© 2010 All Rights Reserved.