ESRI.ArcGIS.ADF.ArcGISServer.Editor
GetLayerDescription Method
See Also  Send Feedback
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 ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.MapFunctionality, _
   ByVal layerID As Integer _
) As ESRI.ArcGIS.ADF.ArcGISServer.LayerDescription
Visual Basic (Usage)Copy Code
Dim mf As ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.MapFunctionality
Dim layerID As Integer
Dim value As ESRI.ArcGIS.ADF.ArcGISServer.LayerDescription
 
value = EditorUtilities.GetLayerDescription(mf, layerID)
C# 
public static ESRI.ArcGIS.ADF.ArcGISServer.LayerDescription GetLayerDescription( 
   ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.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

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

© 2011 All Rights Reserved.