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




layerID
ID of the layer.
layerDescriptions
Array of LayerDescriptions for the data source.
Gets the LayerDescription object for the input layer.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetLayerDescription( _
   ByVal layerID As Integer, _
   ByVal layerDescriptions() As LayerDescription _
) As LayerDescription
Visual Basic (Usage)Copy Code
Dim layerID As Integer
Dim layerDescriptions() As LayerDescription
Dim value As LayerDescription
 
value = MapFunctionality.GetLayerDescription(layerID, layerDescriptions)
C# 
public static LayerDescription GetLayerDescription( 
   int layerID,
   LayerDescription[] layerDescriptions
)

Parameters

layerID
ID of the layer.
layerDescriptions
Array of LayerDescriptions for the data source.

Return Value

The LayerDescription object for the specified layer.

Remarks

The LayerDescription object returned contains settings for the layer visibility, definition expression, selection symbology, etc.

See Also

© 2010 All Rights Reserved.