ESRI.ArcGIS.ADF.ArcGISServer
GetTablesAsync(ServerSymbolOutputOptions,Boolean) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > FeatureServerProxy Class > GetTablesAsync Method : GetTablesAsync(ServerSymbolOutputOptions,Boolean) Method




SymbolOutputOptions
IgnoreLayers

Syntax

Visual Basic (Declaration) 
Public Overloads Sub GetTablesAsync( _
   ByVal SymbolOutputOptions As ServerSymbolOutputOptions, _
   ByVal IgnoreLayers As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As FeatureServerProxy
Dim SymbolOutputOptions As ServerSymbolOutputOptions
Dim IgnoreLayers As Boolean
 
instance.GetTablesAsync(SymbolOutputOptions, IgnoreLayers)
C# 
public void GetTablesAsync( 
   ServerSymbolOutputOptions SymbolOutputOptions,
   bool IgnoreLayers
)

Parameters

SymbolOutputOptions
IgnoreLayers

See Also

© 2010 All Rights Reserved.