ESRI.ArcGIS.ADF.ArcGISServer.Editor
GetLayerDescription Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorUtilities Class : GetLayerDescription Method




mf
The map functionality that references the layer
layerID
The ID of the layer
Returns the LayerDescription of the specified layer.

Syntax

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

Parameters

mf
The map functionality that references the layer
layerID
The ID of the layer

Return Value

The LayerDescription for the specified layer

See Also

© 2010 All Rights Reserved.