Gets the IDs of layers in the MapDescription.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function GetLayerIds( _
ByVal mapDesc As ESRI.ArcGIS.ADF.ArcGISServer.MapDescription _
) As String() |
Visual Basic (Usage) | Copy Code |
---|
Dim mapDesc As ESRI.ArcGIS.ADF.ArcGISServer.MapDescription
Dim value() As String
value = MapFunctionality.GetLayerIds(mapDesc) |
C# | |
---|
public static string[] GetLayerIds(
ESRI.ArcGIS.ADF.ArcGISServer.MapDescription mapDesc
) |
Parameters
- mapDesc
- The MapDescription object that has properties for the user map.
Remarks
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