Syntax
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 QueryFromService( _
ByVal LayerOrTableDescriptions() As ESRI.ArcGIS.ADF.ArcGISServer.GFSTableDescription, _
ByVal Geometry As ESRI.ArcGIS.ADF.ArcGISServer.Geometry, _
ByVal OutSR As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference, _
ByVal OutTR As ESRI.ArcGIS.ADF.ArcGISServer.TimeReference, _
ByVal ServiceDataOptions As ESRI.ArcGIS.ADF.ArcGISServer.ServiceDataOptions _
) As ESRI.ArcGIS.ADF.ArcGISServer.ServiceData |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FeatureServerDcomProxy
Dim LayerOrTableDescriptions() As ESRI.ArcGIS.ADF.ArcGISServer.GFSTableDescription
Dim Geometry As ESRI.ArcGIS.ADF.ArcGISServer.Geometry
Dim OutSR As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference
Dim OutTR As ESRI.ArcGIS.ADF.ArcGISServer.TimeReference
Dim ServiceDataOptions As ESRI.ArcGIS.ADF.ArcGISServer.ServiceDataOptions
Dim value As ESRI.ArcGIS.ADF.ArcGISServer.ServiceData
value = instance.QueryFromService(LayerOrTableDescriptions, Geometry, OutSR, OutTR, ServiceDataOptions) |
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.ServiceData QueryFromService(
ESRI.ArcGIS.ADF.ArcGISServer.GFSTableDescription[] LayerOrTableDescriptions,
ESRI.ArcGIS.ADF.ArcGISServer.Geometry Geometry,
ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference OutSR,
ESRI.ArcGIS.ADF.ArcGISServer.TimeReference OutTR,
ESRI.ArcGIS.ADF.ArcGISServer.ServiceDataOptions ServiceDataOptions
) |
Parameters
- LayerOrTableDescriptions
- Geometry
- OutSR
- OutTR
- ServiceDataOptions
Requirements
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
See Also