ESRI.ArcGIS.ADF.Tasks
GetLayerInfo Method
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > CodedValuesUtility Class : GetLayerInfo Method




resource
Map resource containing layer information.
layerId
Id indicating the layer to process.
Obtains map layer information for the indicated layer.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetLayerInfo( _
   ByVal resource As IGISResource, _
   ByVal layerId As Integer _
) As MapTableInfo
Visual Basic (Usage)Copy Code
Dim resource As IGISResource
Dim layerId As Integer
Dim value As MapTableInfo
 
value = CodedValuesUtility.GetLayerInfo(resource, layerId)
C# 
public static MapTableInfo GetLayerInfo( 
   IGISResource resource,
   int layerId
)

Parameters

resource
Map resource containing layer information.
layerId
Id indicating the layer to process.

See Also

© 2010 All Rights Reserved.