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
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 |
---|---|
|
C# | |
---|---|
public void QueryFromServiceAsync( GFSTableDescription[] LayerOrTableDescriptions, Geometry Geometry, SpatialReference OutSR, TimeReference OutTR, ServiceDataOptions ServiceDataOptions ) |
Parameters
- LayerOrTableDescriptions
- Geometry
- OutSR
- OutTR
- ServiceDataOptions