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 GetTables( _
ByVal SymbolOutputOptions As ESRI.ArcGIS.ADF.ArcGISServer.ServerSymbolOutputOptions, _
ByVal IgnoreLayers As Boolean _
) As ESRI.ArcGIS.ADF.ArcGISServer.DataObjectTable() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FeatureServerDcomProxy
Dim SymbolOutputOptions As ESRI.ArcGIS.ADF.ArcGISServer.ServerSymbolOutputOptions
Dim IgnoreLayers As Boolean
Dim value() As ESRI.ArcGIS.ADF.ArcGISServer.DataObjectTable
value = instance.GetTables(SymbolOutputOptions, IgnoreLayers) |
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.DataObjectTable[] GetTables(
ESRI.ArcGIS.ADF.ArcGISServer.ServerSymbolOutputOptions SymbolOutputOptions,
bool IgnoreLayers
) |
Parameters
- SymbolOutputOptions
- IgnoreLayers
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