Obtains map table information for the indicated layer or table.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function GetMapTableInfo( _
ByVal mapServerInfo As ESRI.ArcGIS.ADF.ArcGISServer.MapServerInfo, _
ByVal id As Integer _
) As ESRI.ArcGIS.ADF.ArcGISServer.MapTableInfo |
Visual Basic (Usage) | Copy Code |
---|
Dim mapServerInfo As ESRI.ArcGIS.ADF.ArcGISServer.MapServerInfo
Dim id As Integer
Dim value As ESRI.ArcGIS.ADF.ArcGISServer.MapTableInfo
value = MapFunctionality.GetMapTableInfo(mapServerInfo, id) |
C# | |
---|
public static ESRI.ArcGIS.ADF.ArcGISServer.MapTableInfo GetMapTableInfo(
ESRI.ArcGIS.ADF.ArcGISServer.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
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