ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetSubtypeInfo Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapResourceBase Class : GetSubtypeInfo Method




tableId
The id of the layer or table for which subtype information is to be returned.
Returns subtype information for a given layer/table id.

Syntax

Visual Basic (Declaration) 
Public Function GetSubtypeInfo( _
   ByVal tableId As Integer _
) As MapTableSubtypeInfo
Visual Basic (Usage)Copy Code
Dim instance As MapResourceBase
Dim tableId As Integer
Dim value As MapTableSubtypeInfo
 
value = instance.GetSubtypeInfo(tableId)
C# 
public MapTableSubtypeInfo GetSubtypeInfo( 
   int tableId
)

Parameters

tableId
The id of the layer or table for which subtype information is to be returned.

Return Value

Subtype information for the layer/table or null if the id is invalid.

See Also

© 2010 All Rights Reserved.