ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetMapTableInfo Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapFunctionality Class : GetMapTableInfo Method




mapServerInfo
Map server info containing layer information.
id
Id indicating the layer or table to process.
Obtains map table information for the indicated layer or table.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetMapTableInfo( _
   ByVal mapServerInfo As MapServerInfo, _
   ByVal id As Integer _
) As MapTableInfo
Visual Basic (Usage)Copy Code
Dim mapServerInfo As MapServerInfo
Dim id As Integer
Dim value As MapTableInfo
 
value = MapFunctionality.GetMapTableInfo(mapServerInfo, id)
C# 
public static MapTableInfo GetMapTableInfo( 
   MapServerInfo mapServerInfo,
   int id
)

Parameters

mapServerInfo
Map server info containing layer information.
id
Id indicating the layer or table to process.

Return Value

The map table info for the id

See Also

© 2010 All Rights Reserved.