ESRI.ArcGIS.ADF.Web.UI.WebControls
FromMapResourceManager(MapResourceManager,String,String) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > LayerDefinition Class > FromMapResourceManager Method : FromMapResourceManager(MapResourceManager,String,String) Method




manager
The map resource manager
mapResource
The name of the map resource
layerID
The id of the layer
Gets the layer definition defined in a map resource manager for a layer in a map resource after updating layer definitions to account for changes to service if this has not been done yet during this session.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function FromMapResourceManager( _
   ByVal manager As MapResourceManager, _
   ByVal mapResource As String, _
   ByVal layerID As String _
) As LayerDefinition
Visual Basic (Usage)Copy Code
Dim manager As MapResourceManager
Dim mapResource As String
Dim layerID As String
Dim value As LayerDefinition
 
value = LayerDefinition.FromMapResourceManager(manager, mapResource, layerID)
C# 
public static LayerDefinition FromMapResourceManager( 
   MapResourceManager manager,
   string mapResource,
   string layerID
)

Parameters

manager
The map resource manager
mapResource
The name of the map resource
layerID
The id of the layer

Return Value

The layer definition for the layer in the map resource.

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.